mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
fix useless new line
This commit is contained in:
parent
1ead52c9b4
commit
e57a13639e
@ -13,6 +13,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class Qgs3DMapScene : QObject
|
||||
{
|
||||
%Docstring(signature="appended")
|
||||
|
@ -698,7 +698,7 @@ while ($LINE_IDX < $LINE_COUNT){
|
||||
if ( $SIP_RUN == 1 && $LINE =~ m/^ *% (If|End)(.*)?$/ ){
|
||||
$LINE = "%$1$2";
|
||||
$COMMENT = '';
|
||||
write_output("COD", $LINE."\n");
|
||||
write_output("COD", $LINE);
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user