forked from mirror/qmk_firmware
[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user