From 5225e34b9d76dd4ae114970ab80437c02ea9a2da Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Sun, 10 Dec 2017 21:30:09 +0200 Subject: [PATCH] generate-command-parser.pl: remove trailing whitespace --- generate-command-parser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-command-parser.pl b/generate-command-parser.pl index eeec7dfe..4c45b6ed 100755 --- a/generate-command-parser.pl +++ b/generate-command-parser.pl @@ -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 '};'; } -- 2.39.2