Revert "Coding convention applied - part 1"
[friendica.git/.git] / mod / api.php
index e44fcc4..3916636 100644 (file)
@@ -27,7 +27,7 @@ function api_post(App $a) {
                return;
        }
 
-       if (count($a->user) && x($a->user,'uid') && $a->user['uid'] != local_user()) {
+       if(count($a->user) && x($a->user,'uid') && $a->user['uid'] != local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
        }