diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 11:02:08 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 11:06:59 +0200 |
commit | 9e8a6b704d4b65bb999d992f4900a9e184d952bd (patch) | |
tree | 6c9826abd645431878d79b35e4c5edc22420bf84 /apps/files_encryption/lib | |
parent | 12f4494de02457d51004ca6a82c1b2160189819f (diff) | |
download | nextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.tar.gz nextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.zip |
Add _many_ newlines at the end of files
Diffstat (limited to 'apps/files_encryption/lib')
-rw-r--r-- | apps/files_encryption/lib/capabilities.php | 2 | ||||
-rwxr-xr-x | apps/files_encryption/lib/keymanager.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/lib/capabilities.php b/apps/files_encryption/lib/capabilities.php index 72baddcd049..ef94c9e086d 100644 --- a/apps/files_encryption/lib/capabilities.php +++ b/apps/files_encryption/lib/capabilities.php @@ -20,4 +20,4 @@ class Capabilities { )); } -}
\ No newline at end of file +} diff --git a/apps/files_encryption/lib/keymanager.php b/apps/files_encryption/lib/keymanager.php index b2fd650f18d..5386de486e1 100755 --- a/apps/files_encryption/lib/keymanager.php +++ b/apps/files_encryption/lib/keymanager.php @@ -593,4 +593,4 @@ class Keymanager { return $targetPath; } -}
\ No newline at end of file +} |