Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 5, 2018
1 parent a3e62a8 commit ce7df85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -690,7 +690,8 @@ void QgsGeorefPluginGui::localHistogramStretch()
// Info slots
void QgsGeorefPluginGui::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "plugins/plugins_georeferencer.html#defining-the-transformation-settings" ) );}
QgsHelp::openHelp( QStringLiteral( "plugins/plugins_georeferencer.html#defining-the-transformation-settings" ) );
}

// Comfort slots
void QgsGeorefPluginGui::jumpToGCP( uint theGCPIndex )
Expand Down

0 comments on commit ce7df85

Please sign in to comment.