summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-15 21:47:28 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-16 22:23:36 +0100
commite7aebc5c32c783f75a26f6ebc8116886a8cb55cf (patch)
tree30896945eae58ba3121bb08cc609a1bd6637844c /apps/files
parent5b1ffd761172aef168283b92eb8d45e3118620b2 (diff)
downloadnextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.tar.gz
nextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.zip
Fix whitespace issues
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index 9d4007d7f9e..e24c535cb20 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -68,8 +68,8 @@ $storageInfo=OC_Helper::getStorageInfo('/', $dirInfo);
// if the encryption app is disabled, than everything is fine (INIT_SUCCESSFUL status code)
$encryptionInitStatus = 2;
if (OC_App::isEnabled('files_encryption')) {
- $session = new \OCA\Encryption\Session(new \OC\Files\View('/'));
- $encryptionInitStatus = $session->getInitialized();
+ $session = new \OCA\Encryption\Session(new \OC\Files\View('/'));
+ $encryptionInitStatus = $session->getInitialized();
}
$nav = new OCP\Template('files', 'appnavigation', '');