From: Michael Date: Fri, 13 Oct 2017 16:24:38 +0000 (+0000) Subject: Fixed indention level X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e091a610d7143efa1ff59d7b7c2a24b5bfaa5ea6;p=friendica.git Fixed indention level --- diff --git a/include/diaspora.php b/include/diaspora.php index 8c04ec1d07..af014c47fe 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1396,9 +1396,9 @@ class Diaspora { $n, dbesc($f[0]), intval($importer["uid"])); - if ($x === false) { - return false; - } + if ($x === false) { + return false; + } } }