Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 25, 2017
1 parent cd521d6 commit b0c1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/sipifyheader.h
Expand Up @@ -233,7 +233,7 @@ class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBas
//! Mulitline body
bool myMultiLineBody()
{
if (isTrue())
if ( isTrue() )
{
return false;
}
Expand Down

0 comments on commit b0c1604

Please sign in to comment.