summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-08-15 13:13:16 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-08-15 13:13:16 +0200
commit7adfc27cafa6f94962a33c158af9c45e71e012c5 (patch)
tree55e233d90134222a9e27f4107363ca496cc1983c /apps/files_encryption
parent6c3efaf26c397eb957081f1d7a3a05286ca8445f (diff)
downloadnextcloud-server-7adfc27cafa6f94962a33c158af9c45e71e012c5.tar.gz
nextcloud-server-7adfc27cafa6f94962a33c158af9c45e71e012c5.zip
remove whitespaces and some leftover code from testing
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-xapps/files_encryption/lib/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 759e14b40b2..6543a0de5f3 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -662,5 +662,5 @@ class Crypt {
return rtrim($result, "\0");
}
}
-
+
} \ No newline at end of file