[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
parent
330a8597f8
commit
6ed61c65dd
92 changed files with 307 additions and 348 deletions
|
|
@ -309,7 +309,7 @@ bool process_autocorrect(uint16_t keycode, keyrecord_t *record) {
|
|||
|
||||
if (code & 128) { // A typo was found! Apply autocorrect.
|
||||
const uint8_t backspaces = (code & 63) + !record->event.pressed;
|
||||
const char * changes = (const char *)(autocorrect_data + state + 1);
|
||||
const char *changes = (const char *)(autocorrect_data + state + 1);
|
||||
|
||||
/* Gather info about the typo'd word
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue