Skip to content

Commit

Permalink
Add a space after casts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Sep 25, 2016
1 parent b466d21 commit f36b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/named_numbers.pl
Expand Up @@ -23,7 +23,7 @@
exit 1;
}

$cast = $cast ? "($cast)" : $cast;
$cast = $cast ? "($cast) " : $cast;

while (my $line = <>) {
chomp $line;
Expand Down

0 comments on commit f36b3e2

Please sign in to comment.