AutoloadGenerator: Add newline at end of output file
authorKevin Israel <pleasestand@live.com>
Fri, 14 Nov 2014 23:33:04 +0000 (18:33 -0500)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 15 Nov 2014 21:44:52 +0000 (21:44 +0000)
Change-Id: I2b5a1adc115afd9430c1ea91285516c9c4290875

includes/utils/AutoloadGenerator.php

index ee2c77a..7cf05bc 100644 (file)
@@ -159,6 +159,7 @@ global \${$this->variableName};
 \${$this->variableName} = array(
        {$output}
 );
+
 EOD
                );
        }