Skip to content

Commit fe5a001

Browse files
committed
[sipify] remove space before semi-column
1 parent 7722010 commit fe5a001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sipify.pl

+1
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ sub fix_annotations {
374374
}
375375
$line =~ s/SIP_FORCE//;
376376
$line =~ s/SIP_DOC_TEMPLATE//;
377+
$line =~ s/\s+;$/;/;
377378
return $line;
378379
}
379380

0 commit comments

Comments
 (0)