diff options
author | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
---|---|---|
committer | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
commit | c7af26ec84f2aecc8198f9a3a080950e89e5ec10 (patch) | |
tree | 3132ca40c99d16a8efd79b1a9ce6309e5545a5d4 /apps/files/ajax | |
parent | 3366bbeb8a91db9dd7f592bce8760156a23c0530 (diff) | |
parent | 9e8a6b704d4b65bb999d992f4900a9e184d952bd (diff) | |
download | nextcloud-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/ajax')
-rw-r--r-- | apps/files/ajax/rename.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/rename.php b/apps/files/ajax/rename.php index f4551858283..5b07c306af8 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 +} |