From: Tobias Diekershoff Date: Sat, 8 Aug 2020 13:49:25 +0000 (+0200) Subject: indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c0968a692b960eb10f7b236fdc7a7270935938f;p=friendica.git indentation --- diff --git a/src/Console/ServerBlock.php b/src/Console/ServerBlock.php index d052612e1f..d39fe8c3b2 100644 --- a/src/Console/ServerBlock.php +++ b/src/Console/ServerBlock.php @@ -144,12 +144,12 @@ HELP; ]; if (!in_array($data, $newBlockList)) { $newBlockList[] = $data; - } + } } foreach ($currBlockList as $blocked) { if (!in_array($blocked, $newBlockList)) { $newBlockList[] = $blocked; - } + } } if ($config->set('system', 'blocklist', $newBlockList)) { $this->out(sprintf("Entries from %s that were not blocked before are now blocked", $filename));