]> source.dussan.org Git - nextcloud-server.git/commitdiff
style fixes for public json api
authorGeorg Ehrke <dev@georgswebsite.de>
Sat, 8 Sep 2012 14:14:06 +0000 (16:14 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Sat, 8 Sep 2012 14:14:06 +0000 (16:14 +0200)
lib/public/json.php

index 93be920c6d7329defaa5e7ab121e18790fb7321e..2186dd8ee49bb5221184a34bade66594e1930ce6 100644 (file)
@@ -34,7 +34,6 @@ namespace OCP;
  * This class provides convinient functions to generate and send JSON data. Usefull for Ajax calls
  */
 class JSON {
-
        /**
        * @brief Encode and print $data in JSON format
        * @param array $data The data to use
@@ -170,5 +169,4 @@ class JSON {
        public static function checkAdminUser() {
                return(\OC_JSON::checkAdminUser());
        }
-
 }