Skip to content

Commit

Permalink
[sipify] remove space before semi-column
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 17, 2018
1 parent 7722010 commit fe5a001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sipify.pl
Expand Up @@ -374,6 +374,7 @@ sub fix_annotations {
}
$line =~ s/SIP_FORCE//;
$line =~ s/SIP_DOC_TEMPLATE//;
$line =~ s/\s+;$/;/;
return $line;
}

Expand Down

0 comments on commit fe5a001

Please sign in to comment.