[CI] Format code according to conventions (#25827)

Format code according to conventions
This commit is contained in:
QMK Bot 2025-12-01 06:25:13 +11:00 committed by GitHub
parent 330a8597f8
commit 6ed61c65dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
92 changed files with 307 additions and 348 deletions

View file

@ -629,7 +629,7 @@ static void mousekey_console_help(void) {
bool mousekey_console(uint8_t code) {
static uint8_t param = 0;
static uint8_t *pp = NULL;
static char * desc = NULL;
static char *desc = NULL;
# if defined(NO_PRINT) || defined(USER_PRINT) /* -Wunused-parameter */
(void)desc;