PRS-2 formatting: else and braces
[plcapi.git] / src / Helper / Http.php
index 141cfe4..2fc7b80 100644 (file)
@@ -253,8 +253,7 @@ class Http
     {
         if (PHP_SAPI != 'cli') {
             print "<PRE>\n".htmlentities($message)."\n</PRE>";
-        }
-        else {
+        } else {
             print "\n$message\n";
         }
     }