Update indentation.

This commit is contained in:
Siebrand Mazeland 2011-04-21 20:19:51 +02:00
parent 10cffa8afa
commit 98cc1da7b5
1 changed files with 4 additions and 4 deletions

View 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
);