indent the file (inc/functions.php) after the latest changes

This commit is contained in:
czaks 2015-04-05 19:12:41 +02:00
parent aadbf4852f
commit 45f11d1d78

View File

@ -80,7 +80,6 @@ function loadConfig() {
} }
else { else {
$config = array(); $config = array();
// We will indent that later.
reset_events(); reset_events();
@ -251,7 +250,6 @@ function loadConfig() {
if (is_array($config['anonymous'])) if (is_array($config['anonymous']))
$config['anonymous'] = $config['anonymous'][array_rand($config['anonymous'])]; $config['anonymous'] = $config['anonymous'][array_rand($config['anonymous'])];
} }
// Effectful config processing below: // Effectful config processing below: