mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[sipify] remove space before semi-column
This commit is contained in:
parent
7722010ca8
commit
fe5a001df1
@ -374,6 +374,7 @@ sub fix_annotations {
|
||||
}
|
||||
$line =~ s/SIP_FORCE//;
|
||||
$line =~ s/SIP_DOC_TEMPLATE//;
|
||||
$line =~ s/\s+;$/;/;
|
||||
return $line;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user