aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax/changeRecoveryPassword.php
diff options
context:
space:
mode:
authorKondou <kondou@ts.unde.re>2013-08-18 07:16:15 -0700
committerKondou <kondou@ts.unde.re>2013-08-18 07:16:15 -0700
commitc7af26ec84f2aecc8198f9a3a080950e89e5ec10 (patch)
tree3132ca40c99d16a8efd79b1a9ce6309e5545a5d4 /apps/files_encryption/ajax/changeRecoveryPassword.php
parent3366bbeb8a91db9dd7f592bce8760156a23c0530 (diff)
parent9e8a6b704d4b65bb999d992f4900a9e184d952bd (diff)
downloadnextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.tar.gz
nextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.zip
Merge pull request #4497 from owncloud/newlines_at_eof_kondou
Add newlines at the end of files
Diffstat (limited to 'apps/files_encryption/ajax/changeRecoveryPassword.php')
-rw-r--r--apps/files_encryption/ajax/changeRecoveryPassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/ajax/changeRecoveryPassword.php b/apps/files_encryption/ajax/changeRecoveryPassword.php
index 366f634a51c..945f054ea84 100644
--- a/apps/files_encryption/ajax/changeRecoveryPassword.php
+++ b/apps/files_encryption/ajax/changeRecoveryPassword.php
@@ -49,4 +49,4 @@ if ($return) {
\OCP\JSON::success(array('data' => array('message' => $l->t('Password successfully changed.'))));
} else {
\OCP\JSON::error(array('data' => array('message' => $l->t('Could not change the password. Maybe the old password was not correct.'))));
-} \ No newline at end of file
+}