]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Coding convention continued:
[friendica.git] / mod / filer.php
index 4198502c4ce8775d8502e5ec8967d52a1c689d1f..1b5589380b288e14a81e774558c1cdd6b767e866 100644 (file)
@@ -7,7 +7,7 @@ require_once('include/items.php');
 
 function filer_content(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                killme();
        }