From: Roland Haeder Date: Sun, 19 Mar 2017 00:04:30 +0000 (+0100) Subject: added spaces according to coding-convention X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e1c303c08dfdbb0508e0429d61e19568390a993;p=friendica.git added spaces according to coding-convention Signed-off-by: Roland Haeder --- diff --git a/include/dfrn.php b/include/dfrn.php index b7589d7cb7..1240228f06 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -1095,7 +1095,7 @@ class dfrn { } - if ($rino>0 && $rino_remote_version>0 && (! $dissolve)) { + if ($rino > 0 && $rino_remote_version > 0 && (! $dissolve)) { logger('rino version: '. $rino_remote_version); switch($rino_remote_version) {