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