Skip to content

Commit 0acf2a9

Browse files
committed
Remove trailing space.
1 parent e24839a commit 0acf2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimxs.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sub maybe_type {
4343
local $_ = $_[0];
4444

4545
return if $skip_types{$_};
46-
46+
4747
++$types{$_};
4848
}
4949

@@ -237,7 +237,7 @@ sub maybe_macro {
237237
. (keys %variables) . " variables, "
238238
. (keys %constants) . " constants and "
239239
. (keys %types) . " types\n";
240-
240+
241241
my $len = 78;
242242
243243
sub output {

0 commit comments

Comments
 (0)