summaryrefslogtreecommitdiffstats
path: root/lib/json.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 08:38:33 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:28:45 +0200
commit52f2e7112ea985203eca16aa787bd75a7cf92194 (patch)
tree1d1f5070b050652940847c569b1d3968bdae082c /lib/json.php
parent76bc4753e9bd2698415b067108806d82ac56b663 (diff)
downloadnextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.tar.gz
nextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.zip
Whitespace fixes in lib
Diffstat (limited to 'lib/json.php')
-rw-r--r--lib/json.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/json.php b/lib/json.php
index 3d9d5c96fa3..32ae734e4a5 100644
--- a/lib/json.php
+++ b/lib/json.php
@@ -52,7 +52,7 @@ class OC_JSON{
exit();
}
}
-
+
/**
* Check if the user is a admin, send json error msg if not
*/
@@ -64,7 +64,7 @@ class OC_JSON{
exit();
}
}
-
+
/**
* Check if the user is a subadmin, send json error msg if not
*/