]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Update indentation.
[quix0rs-gnu-social.git] / lib / default.php
index aeb72ec99a71509340bdeff5e121c9620e746ddd..eaafee93a03cf491c2ec3182a3772f256fac6bc6 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 $default =
-  array('site' =>
+    array('site' =>
         array('name' => 'Just another StatusNet microblog',
               'nickname' => 'statusnet',
               'wildcard' => null,
@@ -357,6 +357,6 @@ $default =
               'proxy_password' => null,
               'proxy_auth_scheme' => null,
               ),
-       'router' =>
-       array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
-        );
+        'router' =>
+        array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
+    );