1
0
Fork 0

Use two spaces before inline comments

This commit is contained in:
Konstantin Đorđević 2019-02-16 15:26:14 +01:00
parent 5a41c06cd7
commit bd43df53bd
3 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ void td_double_mods_reset(qk_tap_dance_state_t *state, void *user_data) {
}
struct {
bool fn_on; // Layer state when tap dance started
bool fn_on; // Layer state when tap dance started
bool started;
} td_fn_rctrl_data;