From 98cc1da7b5ad2d29a3b82744f899c2fc8e1c2ab2 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 21 Apr 2011 20:19:51 +0200 Subject: [PATCH] Update indentation. --- lib/default.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + );