utils/conv-lang.pl: Fix whitespace before shebang
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
@@ -120,4 +119,4 @@ for my $lang (@langs) {
|
|||||||
}
|
}
|
||||||
pop @lines if ($lines[-1] eq "\n");
|
pop @lines if ($lines[-1] eq "\n");
|
||||||
write_file("extra/$lang", @lines);
|
write_file("extra/$lang", @lines);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user