Drop trailing space from directive.pl
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 14 Feb 2013 22:09:16 +0000 (02:09 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 14 Feb 2013 22:09:16 +0000 (02:09 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
directiv.pl

index 0417f56..01af235 100755 (executable)
@@ -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) {