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 /settings/ajax/updateapp.php | |
parent | 12f4494de02457d51004ca6a82c1b2160189819f (diff) | |
download | nextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.tar.gz nextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.zip |
Add _many_ newlines at the end of files
Diffstat (limited to 'settings/ajax/updateapp.php')
-rw-r--r-- | settings/ajax/updateapp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index 300e8642515..91c342d5d07 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 +} |