src/Tweeper.php: rearrange blank lines to a consistent style
[tweeper.git] / src / Tweeper.php
index f34258d..9a449a7 100644 (file)
@@ -367,11 +367,11 @@ class Tweeper {
     }
 
     $output = $xsltProcessor->transformToXML($xmlDoc);
-
     if (FALSE === $output) {
       trigger_error('XSL transformation failed.', E_USER_ERROR);
       return NULL;
     }
+
     return $output;
   }