Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 2faaf1c commit 6c0732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsactionmanager.cpp
Expand Up @@ -154,7 +154,7 @@ QgsExpressionContext QgsActionManager::createExpressionContext() const
}

QString QgsActionManager::expandAction( QString action, const QgsAttributeMap &attributes,
uint clickedOnValue )
uint clickedOnValue )
{
// This function currently replaces all %% characters in the action
// with the value from values[clickedOnValue].second, and then
Expand Down

0 comments on commit 6c0732b

Please sign in to comment.