Index: trunk/extensions/Score/Score.body.php |
— | — | @@ -475,7 +475,6 @@ |
476 | 476 | |
477 | 477 | /* Create ABC input file */ |
478 | 478 | $rc = file_put_contents( $factoryAbc, $code ); |
479 | | - // FIXME: ltrim( $code ) ); // abc2ly is picky about whitespace at the start of the file |
480 | 479 | if ( $rc === false ) { |
481 | 480 | throw new ScoreException( wfMessage( 'score-noabcinput', $factoryAbc ) ); |
482 | 481 | } |