Removes redundant {} which cause build failure when DEBUG_ACTION is set

master
Phong Nguyen 2017-02-25 19:49:03 +07:00
parent c62f3bd74d
commit d0b4dcc82c
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ bool process_tapping(keyrecord_t *keyp)
return true;
}
} else {
if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {};
if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n");
process_record(keyp);
return true;
}