generate-command-parser.pl: remove trailing whitespace

next
Orestis Floros 2017-12-10 21:30:09 +02:00
parent de3c122337
commit 5225e34b9d
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ for my $state (@keys) {
$next_state = '__CALL';
}
my $identifier = $token->{identifier};
say $tokfh qq| { "$token_name", "$identifier", $next_state, { $call_identifier } }, |;
say $tokfh qq| { "$token_name", "$identifier", $next_state, { $call_identifier } },|;
}
say $tokfh '};';
}