From: Siebrand Mazeland Date: Thu, 21 Apr 2011 18:19:51 +0000 (+0200) Subject: Update indentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98cc1da7b5ad2d29a3b82744f899c2fc8e1c2ab2;p=quix0rs-gnu-social.git Update indentation. --- diff --git a/lib/default.php b/lib/default.php index aeb72ec99a..eaafee93a0 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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 + );