]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Revert "Coding convention applied - part 1"
[friendica.git] / mod / hostxrd.php
index c4378e063853310ae3893042089431d4f2dbbf06..27dc349db2df12977e428b9cedee672be9e8b281 100644 (file)
@@ -7,7 +7,7 @@ function hostxrd_init(App $a) {
        header("Content-type: text/xml");
        $pubkey = get_config('system','site_pubkey');
 
-       if (! $pubkey) {
+       if(! $pubkey) {
                $res = new_keypair(1024);
 
                set_config('system','site_prvkey', $res['prvkey']);