[sipify] remove space before semi-column

This commit is contained in:
Denis Rouzaud 2018-01-16 11:41:15 -04:00
parent 7722010ca8
commit fe5a001df1

View File

@ -374,6 +374,7 @@ sub fix_annotations {
}
$line =~ s/SIP_FORCE//;
$line =~ s/SIP_DOC_TEMPLATE//;
$line =~ s/\s+;$/;/;
return $line;
}