summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorKondou <kondou@ts.unde.re>2013-08-18 07:16:15 -0700
committerKondou <kondou@ts.unde.re>2013-08-18 07:16:15 -0700
commitc7af26ec84f2aecc8198f9a3a080950e89e5ec10 (patch)
tree3132ca40c99d16a8efd79b1a9ce6309e5545a5d4 /settings
parent3366bbeb8a91db9dd7f592bce8760156a23c0530 (diff)
parent9e8a6b704d4b65bb999d992f4900a9e184d952bd (diff)
downloadnextcloud-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 'settings')
-rw-r--r--settings/ajax/setsecurity.php2
-rw-r--r--settings/ajax/updateapp.php2
-rw-r--r--settings/js/apps-custom.php2
-rw-r--r--settings/js/isadmin.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/settings/ajax/setsecurity.php b/settings/ajax/setsecurity.php
index 16a85aade81..675d7eced47 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 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
+}
diff --git a/settings/js/apps-custom.php b/settings/js/apps-custom.php
index d827dfc7058..c25148cdde5 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 8b31f8a7cf9..13a8ba1d312 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
+}