Skip to content

Commit

Permalink
astyled
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimowb authored and github-actions[bot] committed Jan 16, 2022
1 parent 8d5f7db commit 12b8d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -833,7 +833,7 @@ void QgsRasterLayerProperties::apply()
return;

// apply all plugin dialogs
for ( QgsMapLayerConfigWidget *page : std::as_const(mLayerPropertiesPages) )
for ( QgsMapLayerConfigWidget *page : std::as_const( mLayerPropertiesPages ) )
{
page->apply();
}
Expand Down

0 comments on commit 12b8d49

Please sign in to comment.