Skip to content

Commit 6dffec3

Browse files
committed
Fix indent
1 parent 757b6d7 commit 6dffec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/MenuItemMatcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ void MenuItemMatcher::match(
10171017
}
10181018
else
10191019
{
1020-
auto actionTarget = get_attribute(menuItem, G_MENU_ATTRIBUTE_TARGET);
1020+
auto actionTarget = get_attribute(menuItem, G_MENU_ATTRIBUTE_TARGET);
10211021
g_action_group_activate_action(tmpActionGroup.get(), tmpIdPair.second.c_str(), actionTarget.get());
10221022
}
10231023

0 commit comments

Comments
 (0)