Skip to content

Commit b0c1604

Browse files
committedApr 25, 2017
fix indentation
1 parent cd521d6 commit b0c1604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/scripts/sipifyheader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBas
233233
//! Mulitline body
234234
bool myMultiLineBody()
235235
{
236-
if (isTrue())
236+
if ( isTrue() )
237237
{
238238
return false;
239239
}

0 commit comments

Comments
 (0)
Please sign in to comment.