Drop trailing space from directive.pl

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-02-15 02:09:16 +04:00
parent 3539225609
commit d59b2602b3

View File

@ -122,7 +122,7 @@ if ($output eq 'h') {
print C "#include \"directiv.h\"\n";
print C "\n";
printf C "const char * const directives[%d] = \n",
printf C "const char * const directives[%d] =\n",
scalar(@directives)+scalar(@specials);
$c = '{';
foreach $d (@specials) {