proper indentation

This commit is contained in:
jkaberg 2014-08-12 00:33:13 +02:00
parent 0bb257db2a
commit bc48e7d871
1 changed files with 5 additions and 5 deletions

View File

@ -33,11 +33,11 @@ if [ ! -f "/usr/local/lib/owncloud/config/config.php" ]; then
\ array ( \ array (
\ 0 => \ 0 =>
\ array ( \ array (
\ 'class' => 'OC_User_IMAP', \ 'class' => 'OC_User_IMAP',
\ 'arguments' => \ 'arguments' =>
\ array ( \ array (
\ 0 => '{localhost:993/imap/ssl/novalidate-cert}', \ 0 => '{localhost:993/imap/ssl/novalidate-cert}',
\ ), \ ),
\ ), \ ),
\ ), \ ),
\ "memcached_servers" => array ( \ "memcached_servers" => array (