From 9e8a6b704d4b65bb999d992f4900a9e184d952bd Mon Sep 17 00:00:00 2001
From: kondou <kondou@ts.unde.re>
Date: Sun, 18 Aug 2013 11:02:08 +0200
Subject: [PATCH] Add _many_ newlines at the end of files

---
 AUTHORS                                                 | 2 +-
 COPYING-README                                          | 2 +-
 apps/files/ajax/rename.php                              | 2 +-
 apps/files/appinfo/routes.php                           | 2 +-
 apps/files/js/keyboardshortcuts.js                      | 2 +-
 apps/files/lib/app.php                                  | 2 +-
 apps/files/lib/capabilities.php                         | 2 +-
 apps/files/tests/ajax_rename.php                        | 2 +-
 apps/files_encryption/ajax/changeRecoveryPassword.php   | 2 +-
 apps/files_encryption/ajax/updatePrivateKeyPassword.php | 2 +-
 apps/files_encryption/ajax/userrecovery.php             | 2 +-
 apps/files_encryption/appinfo/routes.php                | 2 +-
 apps/files_encryption/css/settings-personal.css         | 2 +-
 apps/files_encryption/js/settings-admin.js              | 2 +-
 apps/files_encryption/js/settings-personal.js           | 2 +-
 apps/files_encryption/lib/capabilities.php              | 2 +-
 apps/files_encryption/lib/keymanager.php                | 2 +-
 apps/files_encryption/tests/stream.php                  | 2 +-
 apps/files_encryption/tests/trashbin.php                | 2 +-
 apps/files_encryption/tests/webdav.php                  | 2 +-
 apps/files_external/ajax/addMountPoint.php              | 2 +-
 apps/files_external/ajax/google.php                     | 2 +-
 apps/files_external/js/google.js                        | 2 +-
 apps/files_external/lib/google.php                      | 2 +-
 apps/files_external/tests/google.php                    | 2 +-
 apps/files_sharing/appinfo/app.php                      | 2 +-
 apps/files_sharing/js/share.js                          | 2 +-
 apps/files_sharing/lib/cache.php                        | 2 +-
 apps/files_sharing/lib/permissions.php                  | 2 +-
 apps/files_sharing/lib/watcher.php                      | 2 +-
 apps/files_sharing/templates/part.404.php               | 2 +-
 apps/files_trashbin/appinfo/app.php                     | 2 +-
 apps/files_trashbin/appinfo/update.php                  | 2 +-
 apps/files_trashbin/js/disableDefaultActions.js         | 2 +-
 apps/files_versions/appinfo/routes.php                  | 2 +-
 apps/files_versions/lib/capabilities.php                | 2 +-
 apps/user_ldap/ajax/clearMappings.php                   | 2 +-
 apps/user_ldap/ajax/getConfiguration.php                | 2 +-
 apps/user_ldap/ajax/getNewServerConfigPrefix.php        | 2 +-
 apps/user_ldap/ajax/setConfiguration.php                | 2 +-
 apps/user_ldap/css/settings.css                         | 2 +-
 apps/user_ldap/group_proxy.php                          | 2 +-
 apps/user_ldap/js/settings.js                           | 2 +-
 apps/user_ldap/lib/proxy.php                            | 2 +-
 apps/user_ldap/user_proxy.php                           | 2 +-
 core/css/auth.css                                       | 2 +-
 core/js/jquery.infieldlabel.js                          | 2 +-
 core/js/jquery.inview.js                                | 2 +-
 core/js/oc-requesttoken.js                              | 2 +-
 core/js/visitortimezone.js                              | 2 +-
 core/lostpassword/templates/email.php                   | 2 +-
 core/routes.php                                         | 2 +-
 cron.php                                                | 2 +-
 lib/files/storage/commontest.php                        | 2 +-
 lib/geo.php                                             | 2 +-
 lib/ocs/result.php                                      | 2 +-
 lib/public/groupinterface.php                           | 2 +-
 lib/public/userinterface.php                            | 2 +-
 lib/user/http.php                                       | 2 +-
 lib/user/interface.php                                  | 2 +-
 lib/vobject/compoundproperty.php                        | 2 +-
 lib/vobject/stringproperty.php                          | 2 +-
 ocs/routes.php                                          | 2 +-
 public.php                                              | 2 +-
 remote.php                                              | 2 +-
 search/css/results.css                                  | 2 +-
 settings/ajax/setsecurity.php                           | 2 +-
 settings/ajax/updateapp.php                             | 2 +-
 settings/js/apps-custom.php                             | 2 +-
 settings/js/isadmin.php                                 | 2 +-
 status.php                                              | 2 +-
 tests/lib/app.php                                       | 2 +-
 tests/lib/archive/zip.php                               | 2 +-
 tests/lib/geo.php                                       | 2 +-
 tests/lib/vobject.php                                   | 2 +-
 75 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index c30a6bf426..7e0d8f6587 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,4 +28,4 @@ With help from many libraries and frameworks including:
 	…
 
 "Lock” symbol from thenounproject.com collection
-"Clock” symbol by Brandon Hopkins, from thenounproject.com collection
\ No newline at end of file
+"Clock” symbol by Brandon Hopkins, from thenounproject.com collection
diff --git a/COPYING-README b/COPYING-README
index 49e035186e..8c26709d76 100644
--- a/COPYING-README
+++ b/COPYING-README
@@ -12,4 +12,4 @@ Licensing of components:
 All unmodified files from these and other sources retain their original copyright
 and license notices: see the relevant individual files.
 
-Attribution information for ownCloud is contained in the AUTHORS file.
\ No newline at end of file
+Attribution information for ownCloud is contained in the AUTHORS file.
diff --git a/apps/files/ajax/rename.php b/apps/files/ajax/rename.php
index f455185828..5b07c306af 100644
--- a/apps/files/ajax/rename.php
+++ b/apps/files/ajax/rename.php
@@ -38,4 +38,4 @@ if($result['success'] === true){
 	OCP\JSON::success(array('data' => $result['data']));
 } else {
 	OCP\JSON::error(array('data' => $result['data']));
-}
\ No newline at end of file
+}
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index fcd5f4b260..f3d8e9a4f4 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -11,4 +11,4 @@ $this->create('download', 'download{file}')
 	->actionInclude('files/download.php');
 	
 // Register with the capabilities API
-OC_API::register('get', '/cloud/capabilities', array('OCA\Files\Capabilities', 'getCapabilities'), 'files', OC_API::USER_AUTH);
\ No newline at end of file
+OC_API::register('get', '/cloud/capabilities', array('OCA\Files\Capabilities', 'getCapabilities'), 'files', OC_API::USER_AUTH);
diff --git a/apps/files/js/keyboardshortcuts.js b/apps/files/js/keyboardshortcuts.js
index cc2b5d4213..418c38adb9 100644
--- a/apps/files/js/keyboardshortcuts.js
+++ b/apps/files/js/keyboardshortcuts.js
@@ -165,4 +165,4 @@ var Files = Files || {};
 			removeA(keys, event.keyCode);
 		});
 	};
-})(Files);
\ No newline at end of file
+})(Files);
diff --git a/apps/files/lib/app.php b/apps/files/lib/app.php
index f7052ef80b..579e8676cf 100644
--- a/apps/files/lib/app.php
+++ b/apps/files/lib/app.php
@@ -76,4 +76,4 @@ class App {
 		return $result;
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files/lib/capabilities.php b/apps/files/lib/capabilities.php
index 90a5e2f4eb..d4820e931b 100644
--- a/apps/files/lib/capabilities.php
+++ b/apps/files/lib/capabilities.php
@@ -21,4 +21,4 @@ class Capabilities {
 			));
 	}
 	
-}
\ No newline at end of file
+}
diff --git a/apps/files/tests/ajax_rename.php b/apps/files/tests/ajax_rename.php
index 2b90a11743..8eff978cde 100644
--- a/apps/files/tests/ajax_rename.php
+++ b/apps/files/tests/ajax_rename.php
@@ -114,4 +114,4 @@ class Test_OC_Files_App_Rename extends \PHPUnit_Framework_TestCase {
 
 		$this->assertEquals($expected, $result);
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/files_encryption/ajax/changeRecoveryPassword.php b/apps/files_encryption/ajax/changeRecoveryPassword.php
index 366f634a51..945f054ea8 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
+}
diff --git a/apps/files_encryption/ajax/updatePrivateKeyPassword.php b/apps/files_encryption/ajax/updatePrivateKeyPassword.php
index 6fd63dae9c..1e6644da57 100644
--- a/apps/files_encryption/ajax/updatePrivateKeyPassword.php
+++ b/apps/files_encryption/ajax/updatePrivateKeyPassword.php
@@ -51,4 +51,4 @@ if ($return) {
 	\OCP\JSON::success(array('data' => array('message' => $l->t('Private key password successfully updated.'))));
 } else {
 	\OCP\JSON::error(array('data' => array('message' => $l->t('Could not update the private key password. Maybe the old password was not correct.'))));
-}
\ No newline at end of file
+}
diff --git a/apps/files_encryption/ajax/userrecovery.php b/apps/files_encryption/ajax/userrecovery.php
index 1d0f1ac2d1..d6c94bde81 100644
--- a/apps/files_encryption/ajax/userrecovery.php
+++ b/apps/files_encryption/ajax/userrecovery.php
@@ -38,4 +38,4 @@ if (
 }
 
 // Return success or failure
-($return) ? \OCP\JSON::success() : \OCP\JSON::error();
\ No newline at end of file
+($return) ? \OCP\JSON::success() : \OCP\JSON::error();
diff --git a/apps/files_encryption/appinfo/routes.php b/apps/files_encryption/appinfo/routes.php
index ab83432a4b..07ff920a60 100644
--- a/apps/files_encryption/appinfo/routes.php
+++ b/apps/files_encryption/appinfo/routes.php
@@ -6,4 +6,4 @@
  */
 
 // Register with the capabilities API
-OC_API::register('get', '/cloud/capabilities', array('OCA\Encryption\Capabilities', 'getCapabilities'), 'files_encryption', OC_API::USER_AUTH);
\ No newline at end of file
+OC_API::register('get', '/cloud/capabilities', array('OCA\Encryption\Capabilities', 'getCapabilities'), 'files_encryption', OC_API::USER_AUTH);
diff --git a/apps/files_encryption/css/settings-personal.css b/apps/files_encryption/css/settings-personal.css
index 4ee0acc976..8eb5bedcb0 100644
--- a/apps/files_encryption/css/settings-personal.css
+++ b/apps/files_encryption/css/settings-personal.css
@@ -7,4 +7,4 @@
 , #recoveryEnabledError
 , #recoveryEnabledSuccess {
 	display: none;
-}
\ No newline at end of file
+}
diff --git a/apps/files_encryption/js/settings-admin.js b/apps/files_encryption/js/settings-admin.js
index 7c1866445e..6647c621e7 100644
--- a/apps/files_encryption/js/settings-admin.js
+++ b/apps/files_encryption/js/settings-admin.js
@@ -99,4 +99,4 @@ $(document).ready(function(){
 		);
 	});
 	
-});
\ No newline at end of file
+});
diff --git a/apps/files_encryption/js/settings-personal.js b/apps/files_encryption/js/settings-personal.js
index d6535a25b7..e16519c3c9 100644
--- a/apps/files_encryption/js/settings-personal.js
+++ b/apps/files_encryption/js/settings-personal.js
@@ -95,4 +95,4 @@ $(document).ready(function(){
 		updatePrivateKeyPasswd();
 	});
 
-});
\ No newline at end of file
+});
diff --git a/apps/files_encryption/lib/capabilities.php b/apps/files_encryption/lib/capabilities.php
index 72baddcd04..ef94c9e086 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 b2fd650f18..5386de486e 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
+}
diff --git a/apps/files_encryption/tests/stream.php b/apps/files_encryption/tests/stream.php
index 50ac41e453..5193f8c968 100644
--- a/apps/files_encryption/tests/stream.php
+++ b/apps/files_encryption/tests/stream.php
@@ -180,4 +180,4 @@ class Test_Encryption_Stream extends \PHPUnit_Framework_TestCase {
 		// tear down
 		$view->unlink($filename);
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/files_encryption/tests/trashbin.php b/apps/files_encryption/tests/trashbin.php
index ade968fbec..6c1aa2a142 100755
--- a/apps/files_encryption/tests/trashbin.php
+++ b/apps/files_encryption/tests/trashbin.php
@@ -300,4 +300,4 @@ class Test_Encryption_Trashbin extends \PHPUnit_Framework_TestCase {
 			. '.' . \Test_Encryption_Trashbin::TEST_ENCRYPTION_TRASHBIN_USER1 . '.shareKey.' . $trashFileSuffix));
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files_encryption/tests/webdav.php b/apps/files_encryption/tests/webdav.php
index 1d406789f0..26a002a8b3 100755
--- a/apps/files_encryption/tests/webdav.php
+++ b/apps/files_encryption/tests/webdav.php
@@ -259,4 +259,4 @@ class Test_Encryption_Webdav extends \PHPUnit_Framework_TestCase {
 		// return captured content
 		return $content;
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/files_external/ajax/addMountPoint.php b/apps/files_external/ajax/addMountPoint.php
index fed2ddfcf3..9100d47db3 100644
--- a/apps/files_external/ajax/addMountPoint.php
+++ b/apps/files_external/ajax/addMountPoint.php
@@ -16,4 +16,4 @@ $status = OC_Mount_Config::addMountPoint($_POST['mountPoint'],
 							   $_POST['mountType'],
 							   $_POST['applicable'],
 							   $isPersonal);
-OCP\JSON::success(array('data' => array('message' => $status)));
\ No newline at end of file
+OCP\JSON::success(array('data' => array('message' => $status)));
diff --git a/apps/files_external/ajax/google.php b/apps/files_external/ajax/google.php
index e63b7cb07b..2594a1780b 100644
--- a/apps/files_external/ajax/google.php
+++ b/apps/files_external/ajax/google.php
@@ -39,4 +39,4 @@ if (isset($_POST['client_id']) && isset($_POST['client_secret']) && isset($_POST
 			}
 		}
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/files_external/js/google.js b/apps/files_external/js/google.js
index 7e111a95d9..b4be1c1dc4 100644
--- a/apps/files_external/js/google.js
+++ b/apps/files_external/js/google.js
@@ -126,4 +126,4 @@ $(document).ready(function() {
 		}
 	});
 
-});
\ No newline at end of file
+});
diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php
index ef8dd6d8ca..e6cdacdec4 100644
--- a/apps/files_external/lib/google.php
+++ b/apps/files_external/lib/google.php
@@ -587,4 +587,4 @@ class Google extends \OC\Files\Storage\Common {
 		return false;
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files_external/tests/google.php b/apps/files_external/tests/google.php
index 12faabb902..d5495d49c5 100644
--- a/apps/files_external/tests/google.php
+++ b/apps/files_external/tests/google.php
@@ -42,4 +42,4 @@ class Google extends Storage {
 			$this->instance->rmdir('/');
 		}
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 9363a5431f..895d446a33 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -15,4 +15,4 @@ OCP\Util::addScript('files_sharing', 'share');
 \OC_Hook::connect('OC_Filesystem', 'delete', '\OC\Files\Cache\Shared_Updater', 'deleteHook');
 \OC_Hook::connect('OC_Filesystem', 'post_rename', '\OC\Files\Cache\Shared_Updater', 'renameHook');
 \OC_Hook::connect('OCP\Share', 'post_shared', '\OC\Files\Cache\Shared_Updater', 'shareHook');
-\OC_Hook::connect('OCP\Share', 'pre_unshare', '\OC\Files\Cache\Shared_Updater', 'shareHook');
\ No newline at end of file
+\OC_Hook::connect('OCP\Share', 'pre_unshare', '\OC\Files\Cache\Shared_Updater', 'shareHook');
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index b2efafde4e..3be89a39fa 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -38,4 +38,4 @@ $(document).ready(function() {
 			}
 		});
 	}
-});
\ No newline at end of file
+});
diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php
index 2160fe9a39..33cd142889 100644
--- a/apps/files_sharing/lib/cache.php
+++ b/apps/files_sharing/lib/cache.php
@@ -288,4 +288,4 @@ class Shared_Cache extends Cache {
 		return false;
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files_sharing/lib/permissions.php b/apps/files_sharing/lib/permissions.php
index b6638564cd..e2978e12bf 100644
--- a/apps/files_sharing/lib/permissions.php
+++ b/apps/files_sharing/lib/permissions.php
@@ -106,4 +106,4 @@ class Shared_Permissions extends Permissions {
 		// Not a valid action for Shared Permissions
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files_sharing/lib/watcher.php b/apps/files_sharing/lib/watcher.php
index e67d1ee908..6fdfc1db36 100644
--- a/apps/files_sharing/lib/watcher.php
+++ b/apps/files_sharing/lib/watcher.php
@@ -48,4 +48,4 @@ class Shared_Watcher extends Watcher {
 		}
 	}
 
-}
\ No newline at end of file
+}
diff --git a/apps/files_sharing/templates/part.404.php b/apps/files_sharing/templates/part.404.php
index b5152e1511..3ef117d752 100644
--- a/apps/files_sharing/templates/part.404.php
+++ b/apps/files_sharing/templates/part.404.php
@@ -9,4 +9,4 @@
 		</ul>
 		<p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
 	</li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index 3b1e0ac30c..2c101f0a72 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -4,4 +4,4 @@ OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'files_trashbin/lib/hooks.php';
 OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'files_trashbin/lib/trash.php';
 
 // register hooks
-\OCA\Files_Trashbin\Trashbin::registerHooks();
\ No newline at end of file
+\OCA\Files_Trashbin\Trashbin::registerHooks();
diff --git a/apps/files_trashbin/appinfo/update.php b/apps/files_trashbin/appinfo/update.php
index f4dad7b26b..0ca232668d 100644
--- a/apps/files_trashbin/appinfo/update.php
+++ b/apps/files_trashbin/appinfo/update.php
@@ -7,4 +7,4 @@ if (version_compare($installedVersion, '0.4', '<')) {
 	//enforce a recalculation during next usage.
 	$query = \OC_DB::prepare('DELETE FROM `*PREFIX*files_trashsize`');
 	$result = $query->execute();
-}
\ No newline at end of file
+}
diff --git a/apps/files_trashbin/js/disableDefaultActions.js b/apps/files_trashbin/js/disableDefaultActions.js
index df08bfb1a5..afa80cacd6 100644
--- a/apps/files_trashbin/js/disableDefaultActions.js
+++ b/apps/files_trashbin/js/disableDefaultActions.js
@@ -1,4 +1,4 @@
 /* disable download and sharing actions */
 var disableDownloadActions = true;
 var disableSharing = true;
-var trashBinApp = true;
\ No newline at end of file
+var trashBinApp = true;
diff --git a/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php
index 8cef57c9e4..38c288adf9 100644
--- a/apps/files_versions/appinfo/routes.php
+++ b/apps/files_versions/appinfo/routes.php
@@ -6,4 +6,4 @@
  */
 
 // Register with the capabilities API
-OC_API::register('get', '/cloud/capabilities', array('OCA\Files_Versions\Capabilities', 'getCapabilities'), 'files_versions', OC_API::USER_AUTH);
\ No newline at end of file
+OC_API::register('get', '/cloud/capabilities', array('OCA\Files_Versions\Capabilities', 'getCapabilities'), 'files_versions', OC_API::USER_AUTH);
diff --git a/apps/files_versions/lib/capabilities.php b/apps/files_versions/lib/capabilities.php
index 3251a07b6a..45d7dd3fb0 100644
--- a/apps/files_versions/lib/capabilities.php
+++ b/apps/files_versions/lib/capabilities.php
@@ -20,4 +20,4 @@ class Capabilities {
 			));
 	}
 	
-}
\ No newline at end of file
+}
diff --git a/apps/user_ldap/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php
index 5dab39839b..9118d58c5c 100644
--- a/apps/user_ldap/ajax/clearMappings.php
+++ b/apps/user_ldap/ajax/clearMappings.php
@@ -32,4 +32,4 @@ if(\OCA\user_ldap\lib\Helper::clearMapping($subject)) {
 } else {
 	$l=OC_L10N::get('user_ldap');
 	OCP\JSON::error(array('message' => $l->t('Failed to clear the mappings.')));
-}
\ No newline at end of file
+}
diff --git a/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php
index dfae68d2dc..baca588976 100644
--- a/apps/user_ldap/ajax/getConfiguration.php
+++ b/apps/user_ldap/ajax/getConfiguration.php
@@ -28,4 +28,4 @@ OCP\JSON::callCheck();
 
 $prefix = $_POST['ldap_serverconfig_chooser'];
 $connection = new \OCA\user_ldap\lib\Connection($prefix);
-OCP\JSON::success(array('configuration' => $connection->getConfiguration()));
\ No newline at end of file
+OCP\JSON::success(array('configuration' => $connection->getConfiguration()));
diff --git a/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php
index 17e78f8707..1c68b2e9a7 100644
--- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php
+++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php
@@ -31,4 +31,4 @@ sort($serverConnections);
 $lk = array_pop($serverConnections);
 $ln = intval(str_replace('s', '', $lk));
 $nk = 's'.str_pad($ln+1, 2, '0', STR_PAD_LEFT);
-OCP\JSON::success(array('configPrefix' => $nk));
\ No newline at end of file
+OCP\JSON::success(array('configPrefix' => $nk));
diff --git a/apps/user_ldap/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php
index 206487c7e0..d850bda247 100644
--- a/apps/user_ldap/ajax/setConfiguration.php
+++ b/apps/user_ldap/ajax/setConfiguration.php
@@ -30,4 +30,4 @@ $prefix = $_POST['ldap_serverconfig_chooser'];
 $connection = new \OCA\user_ldap\lib\Connection($prefix);
 $connection->setConfiguration($_POST);
 $connection->saveConfiguration();
-OCP\JSON::success();
\ No newline at end of file
+OCP\JSON::success();
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 185952e14b..431e064def 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -18,4 +18,4 @@
 .ldapwarning {
 	margin-left: 1.4em;
 	color: #FF3B3B;
-}
\ No newline at end of file
+}
diff --git a/apps/user_ldap/group_proxy.php b/apps/user_ldap/group_proxy.php
index 75e7cd4633..eb6f176c58 100644
--- a/apps/user_ldap/group_proxy.php
+++ b/apps/user_ldap/group_proxy.php
@@ -198,4 +198,4 @@ class Group_Proxy extends lib\Proxy implements \OCP\GroupInterface {
 		//it's the same across all our user backends obviously
 		return $this->refBackend->implementsActions($actions);
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js
index 52d5dbc48d..78c9719480 100644
--- a/apps/user_ldap/js/settings.js
+++ b/apps/user_ldap/js/settings.js
@@ -204,4 +204,4 @@ $(document).ready(function() {
 			LdapConfiguration.refreshConfig();
 		}
 	});
-});
\ No newline at end of file
+});
diff --git a/apps/user_ldap/lib/proxy.php b/apps/user_ldap/lib/proxy.php
index c80e216347..ae3e3be736 100644
--- a/apps/user_ldap/lib/proxy.php
+++ b/apps/user_ldap/lib/proxy.php
@@ -101,4 +101,4 @@ abstract class Proxy {
 	public function clearCache() {
 		$this->cache->clear($this->getCacheKey(null));
 	}
-}
\ No newline at end of file
+}
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php
index 73cc096318..0722d8871a 100644
--- a/apps/user_ldap/user_proxy.php
+++ b/apps/user_ldap/user_proxy.php
@@ -198,4 +198,4 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface {
 		return $this->refBackend->hasUserListings();
 	}
 
-}
\ No newline at end of file
+}
diff --git a/core/css/auth.css b/core/css/auth.css
index bce7fa7b71..0adc10c77d 100644
--- a/core/css/auth.css
+++ b/core/css/auth.css
@@ -36,4 +36,4 @@ h2 img {
 	font-size:1.2em;
 	margin:.7em;
 	padding:0;
-}
\ No newline at end of file
+}
diff --git a/core/js/jquery.infieldlabel.js b/core/js/jquery.infieldlabel.js
index 8a76da1b14..fad15102bc 100644
--- a/core/js/jquery.infieldlabel.js
+++ b/core/js/jquery.infieldlabel.js
@@ -174,4 +174,4 @@
     });
   };
 
-}(jQuery));
\ No newline at end of file
+}(jQuery));
diff --git a/core/js/jquery.inview.js b/core/js/jquery.inview.js
index 9687cd8336..511ae95415 100644
--- a/core/js/jquery.inview.js
+++ b/core/js/jquery.inview.js
@@ -131,4 +131,4 @@
   // By the way, iOS (iPad, iPhone, ...) seems to not execute, or at least delays
   // intervals while the user scrolls. Therefore the inview event might fire a bit late there
   setInterval(checkInView, 250);
-})(jQuery);
\ No newline at end of file
+})(jQuery);
diff --git a/core/js/oc-requesttoken.js b/core/js/oc-requesttoken.js
index f4cf286b8a..6cc6b5a855 100644
--- a/core/js/oc-requesttoken.js
+++ b/core/js/oc-requesttoken.js
@@ -1,3 +1,3 @@
 $(document).bind('ajaxSend', function(elm, xhr, s) {
 	xhr.setRequestHeader('requesttoken', oc_requesttoken);
-});
\ No newline at end of file
+});
diff --git a/core/js/visitortimezone.js b/core/js/visitortimezone.js
index 58a1e9ea35..ee0105c783 100644
--- a/core/js/visitortimezone.js
+++ b/core/js/visitortimezone.js
@@ -1,4 +1,4 @@
 $(document).ready(function () {
 		var visitortimezone = (-new Date().getTimezoneOffset() / 60);
 		$('#timezone-offset').val(visitortimezone);
-});
\ No newline at end of file
+});
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index b65049feff..3dbae4bfc6 100644
--- a/core/lostpassword/templates/email.php
+++ b/core/lostpassword/templates/email.php
@@ -1,2 +1,2 @@
 <?php
-echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
\ No newline at end of file
+echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
diff --git a/core/routes.php b/core/routes.php
index be19b66bf7..dd8222d437 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -73,4 +73,4 @@ $this->create('app_script', '/apps/{app}/{file}')
 // used for heartbeat
 $this->create('heartbeat', '/heartbeat')->action(function(){
 	// do nothing
-});
\ No newline at end of file
+});
diff --git a/cron.php b/cron.php
index fbea7f26ae..d39800c884 100644
--- a/cron.php
+++ b/cron.php
@@ -121,4 +121,4 @@ try {
 
 } catch (Exception $ex) {
 	\OCP\Util::writeLog('cron', $ex->getMessage(), \OCP\Util::FATAL);
-}
\ No newline at end of file
+}
diff --git a/lib/files/storage/commontest.php b/lib/files/storage/commontest.php
index fbdb7fbf11..c3f1eb3195 100644
--- a/lib/files/storage/commontest.php
+++ b/lib/files/storage/commontest.php
@@ -77,4 +77,4 @@ class CommonTest extends \OC\Files\Storage\Common{
 	public function touch($path, $mtime=null) {
 		return $this->storage->touch($path, $mtime);
 	}
-}
\ No newline at end of file
+}
diff --git a/lib/geo.php b/lib/geo.php
index 4eb785da35..ed01ad0b61 100644
--- a/lib/geo.php
+++ b/lib/geo.php
@@ -28,4 +28,4 @@ class OC_Geo{
 		reset($variances);
 		return current($variances);
 	}
-}
\ No newline at end of file
+}
diff --git a/lib/ocs/result.php b/lib/ocs/result.php
index 729c39056d..84f06fa01c 100644
--- a/lib/ocs/result.php
+++ b/lib/ocs/result.php
@@ -94,4 +94,4 @@ class OC_OCS_Result{
 	}
 
 
-}
\ No newline at end of file
+}
diff --git a/lib/public/groupinterface.php b/lib/public/groupinterface.php
index 9783302811..5603faa826 100644
--- a/lib/public/groupinterface.php
+++ b/lib/public/groupinterface.php
@@ -28,4 +28,4 @@
 
 namespace OCP;
 
-interface GroupInterface extends \OC_Group_Interface {}
\ No newline at end of file
+interface GroupInterface extends \OC_Group_Interface {}
diff --git a/lib/public/userinterface.php b/lib/public/userinterface.php
index b73a8f8d8b..53d9faf7a5 100644
--- a/lib/public/userinterface.php
+++ b/lib/public/userinterface.php
@@ -28,4 +28,4 @@
 
 namespace OCP;
 
-interface UserInterface extends \OC_User_Interface {}
\ No newline at end of file
+interface UserInterface extends \OC_User_Interface {}
diff --git a/lib/user/http.php b/lib/user/http.php
index 944ede73a0..1e044ed418 100644
--- a/lib/user/http.php
+++ b/lib/user/http.php
@@ -103,4 +103,4 @@ class OC_User_HTTP extends OC_User_Backend {
 			return false;
 		}
 	}
-}
\ No newline at end of file
+}
diff --git a/lib/user/interface.php b/lib/user/interface.php
index b1e19aea7f..c72bdfaf3f 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -77,4 +77,4 @@ interface OC_User_Interface {
 	 * @return boolean if users can be listed or not
 	 */
 	public function hasUserListings();
-}
\ No newline at end of file
+}
diff --git a/lib/vobject/compoundproperty.php b/lib/vobject/compoundproperty.php
index d702ab802e..7fe42574be 100644
--- a/lib/vobject/compoundproperty.php
+++ b/lib/vobject/compoundproperty.php
@@ -67,4 +67,4 @@ class CompoundProperty extends \Sabre\VObject\Property\Compound {
 
 	}
 
-}
\ No newline at end of file
+}
diff --git a/lib/vobject/stringproperty.php b/lib/vobject/stringproperty.php
index b98a8f26c2..a9d63a0a78 100644
--- a/lib/vobject/stringproperty.php
+++ b/lib/vobject/stringproperty.php
@@ -77,4 +77,4 @@ class StringProperty extends \Sabre\VObject\Property {
 
 	}
 
-}
\ No newline at end of file
+}
diff --git a/ocs/routes.php b/ocs/routes.php
index 5fcf05e4f9..1ea698c7a8 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -74,4 +74,4 @@ OC_API::register(
 	array('OC_OCS_Cloud', 'getCapabilities'),
 	'core',
 	OC_API::USER_AUTH
-	);
\ No newline at end of file
+	);
diff --git a/public.php b/public.php
index 0154b59cce..1781632bc7 100644
--- a/public.php
+++ b/public.php
@@ -28,4 +28,4 @@ try {
 	OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
 	\OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
 	OC_Template::printExceptionErrorPage($ex);
-}
\ No newline at end of file
+}
diff --git a/remote.php b/remote.php
index ec0f2ecef7..2d0088cd90 100644
--- a/remote.php
+++ b/remote.php
@@ -46,4 +46,4 @@ try {
 	OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
 	\OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
 	OC_Template::printExceptionErrorPage($ex);
-}
\ No newline at end of file
+}
diff --git a/search/css/results.css b/search/css/results.css
index 30cc352fd7..4ae7d67afb 100644
--- a/search/css/results.css
+++ b/search/css/results.css
@@ -66,4 +66,4 @@
 
 #searchresults tr.current {
 	background-color:#ddd;
-}
\ No newline at end of file
+}
diff --git a/settings/ajax/setsecurity.php b/settings/ajax/setsecurity.php
index 16a85aade8..675d7eced4 100644
--- a/settings/ajax/setsecurity.php
+++ b/settings/ajax/setsecurity.php
@@ -10,4 +10,4 @@ OCP\JSON::callCheck();
 
 OC_Config::setValue( 'forcessl', filter_var($_POST['enforceHTTPS'], FILTER_VALIDATE_BOOLEAN));
 
-echo 'true';
\ No newline at end of file
+echo 'true';
diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php
index 300e864251..91c342d5d0 100644
--- a/settings/ajax/updateapp.php
+++ b/settings/ajax/updateapp.php
@@ -12,4 +12,4 @@ if($result !== false) {
 } else {
 	$l = OC_L10N::get('settings');	
 	OC_JSON::error(array("data" => array( "message" => $l->t("Couldn't update app.") )));
-}
\ No newline at end of file
+}
diff --git a/settings/js/apps-custom.php b/settings/js/apps-custom.php
index d827dfc705..c25148cdde 100644
--- a/settings/js/apps-custom.php
+++ b/settings/js/apps-custom.php
@@ -23,4 +23,4 @@ foreach($combinedApps as $app) {
 	echo("\n");
 }
 
-echo ("var appid =".json_encode($_GET['appid']).";");
\ No newline at end of file
+echo ("var appid =".json_encode($_GET['appid']).";");
diff --git a/settings/js/isadmin.php b/settings/js/isadmin.php
index 8b31f8a7cf..13a8ba1d31 100644
--- a/settings/js/isadmin.php
+++ b/settings/js/isadmin.php
@@ -17,4 +17,4 @@ if (OC_User::isAdminUser(OC_User::getUser())) {
 	echo("var isadmin = true;");
 } else {
 	echo("var isadmin = false;");
-}
\ No newline at end of file
+}
diff --git a/status.php b/status.php
index bac01c11b2..179fe3f49f 100644
--- a/status.php
+++ b/status.php
@@ -39,4 +39,4 @@ try {
 } catch (Exception $ex) {
 	OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
 	\OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
-}
\ No newline at end of file
+}
diff --git a/tests/lib/app.php b/tests/lib/app.php
index 5396db8143..52eade90a6 100644
--- a/tests/lib/app.php
+++ b/tests/lib/app.php
@@ -79,4 +79,4 @@ class Test_App extends PHPUnit_Framework_TestCase {
 		$this->assertFalse(OC_App::isAppVersionCompatible($oc, $app));
 	}
 
-}
\ No newline at end of file
+}
diff --git a/tests/lib/archive/zip.php b/tests/lib/archive/zip.php
index e049a899d8..195e3450f3 100644
--- a/tests/lib/archive/zip.php
+++ b/tests/lib/archive/zip.php
@@ -19,4 +19,4 @@ class Test_Archive_ZIP extends Test_Archive {
 		return new OC_Archive_ZIP(OCP\Files::tmpFile('.zip'));
 	}
 }
-}
\ No newline at end of file
+}
diff --git a/tests/lib/geo.php b/tests/lib/geo.php
index 2c3611c092..1c56a97612 100644
--- a/tests/lib/geo.php
+++ b/tests/lib/geo.php
@@ -20,4 +20,4 @@ class Test_Geo extends PHPUnit_Framework_TestCase {
 		$expected = 'Pacific/Enderbury';
 		$this->assertEquals($expected, $result);
 	}
-}
\ No newline at end of file
+}
diff --git a/tests/lib/vobject.php b/tests/lib/vobject.php
index f28d22a1fc..db5b0f99f0 100644
--- a/tests/lib/vobject.php
+++ b/tests/lib/vobject.php
@@ -35,4 +35,4 @@ class Test_VObject extends PHPUnit_Framework_TestCase {
 		$parts = $property->getParts();
 		$this->assertEquals('Marketing;Sales', $parts[2]);
 	}
-}
\ No newline at end of file
+}
-- 
GitLab