Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[sipify] remove space before semi-column
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
scripts/sipify.pl
|
@@ -374,6 +374,7 @@ sub fix_annotations { |
|
|
} |
|
|
$line =~ s/SIP_FORCE//; |
|
|
$line =~ s/SIP_DOC_TEMPLATE//; |
|
|
$line =~ s/\s+;$/;/; |
|
|
return $line; |
|
|
} |
|
|
|
|
|