Skip to content

Commit

Permalink
Fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uprel committed May 12, 2020
1 parent c79a40f commit 55dc369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsgetlegendgraphics.cpp
Expand Up @@ -285,7 +285,7 @@ namespace QgsWms
legendNode->setUserLabel( QStringLiteral( " " ) );
}
}
else if (ruleLabel.compare( QStringLiteral( "AUTO" ), Qt::CaseInsensitive ) == 0)
else if ( ruleLabel.compare( QStringLiteral( "AUTO" ), Qt::CaseInsensitive ) == 0 )
{
for ( QgsLayerTreeModelLegendNode *legendNode : model->layerLegendNodes( nodeLayer ) )
{
Expand Down

0 comments on commit 55dc369

Please sign in to comment.