Remove useless line continuations (#19399)

This commit is contained in:
Ryan
2022-12-30 11:48:05 +11:00
committed by GitHub
parent 2b61cc739f
commit 801d2ff940
481 changed files with 8637 additions and 8723 deletions

View File

@@ -17,7 +17,7 @@ MIRYOKU_LAYER_LIST
#undef MIRYOKU_X
};
void u_td_fn_boot(tap_dance_state_t *state, void *user_data) { \
void u_td_fn_boot(tap_dance_state_t *state, void *user_data) {
if (state->count == 2) {
reset_keyboard();
}