Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Code style
  • Loading branch information
NathanW2 committed May 10, 2016
1 parent 5306f55 commit 4dde0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Expand Up @@ -2004,7 +2004,7 @@ bool QgsVectorLayer::readStyle( const QDomNode &node, QString &errorMessage )

bool QgsVectorLayer::writeSymbology( QDomNode& node, QDomDocument& doc, QString& errorMessage ) const
{
(void)writeStyle( node, doc, errorMessage );
( void )writeStyle( node, doc, errorMessage );

// FIXME
// edittypes are written to the layerNode
Expand Down

0 comments on commit 4dde0c3

Please sign in to comment.