Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Feb 10, 2021
1 parent 5da9686 commit d0314b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/chunks/qgschunkloader_p.h
Expand Up @@ -80,7 +80,7 @@ class QgsChunkLoaderFactory : public QObject
//! Returns the primitives count for the chunk \a node
virtual int primitivesCount( QgsChunkNode *node ) const
{
Q_UNUSED(node);
Q_UNUSED( node );
return 0;
}

Expand Down

0 comments on commit d0314b1

Please sign in to comment.