Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk authored and nyalldawson committed Oct 26, 2020
1 parent c0f5089 commit 22e86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/chunks/qgschunknode_p.h
Expand Up @@ -75,7 +75,7 @@ struct QgsChunkNodeId

bool operator!=( const QgsChunkNodeId &other ) const
{
return !(*this == other );
return !( *this == other );
}
};

Expand Down

0 comments on commit 22e86b7

Please sign in to comment.