This commit is contained in:
Fabien Potencier 2011-06-08 12:16:48 +02:00
parent 62e4342a86
commit 1aabc5da64
373 changed files with 375 additions and 373 deletions

View File

@ -80,7 +80,9 @@ foreach ($finder as $file) {
}, $new);
// [Structure] A file must always ends with a linefeed character
// FIXME
if (strlen($new) && "\n" != $new[strlen($new) - 1]) {
$new .= "\n";
}
if ($new != $old) {
$exit = 1;