13
0

NOOP: space required

This commit is contained in:
Paul Davis 2016-06-02 19:19:10 -04:00
parent 8818e1887a
commit 1550f3af35

View File

@ -527,7 +527,7 @@ Bindings::replace (KeyboardKey kb, Operation op, string const & action_name, boo
bool
Bindings::add (KeyboardKey kb, Operation op, string const& action_name, bool can_save)
{
if (is_registered(op, action_name)) {
if (is_registered (op, action_name)) {
return false;
}