Update indentation.

This commit is contained in:
Siebrand Mazeland 2011-04-21 20:19:51 +02:00
parent 10cffa8afa
commit 98cc1da7b5

View File

@ -28,7 +28,7 @@
*/ */
$default = $default =
array('site' => array('site' =>
array('name' => 'Just another StatusNet microblog', array('name' => 'Just another StatusNet microblog',
'nickname' => 'statusnet', 'nickname' => 'statusnet',
'wildcard' => null, 'wildcard' => null,
@ -357,6 +357,6 @@ $default =
'proxy_password' => null, 'proxy_password' => null,
'proxy_auth_scheme' => null, 'proxy_auth_scheme' => null,
), ),
'router' => 'router' =>
array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
); );