forked from mirror/qmk_firmware
[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct deferred_executor_t {
|
||||
deferred_token token;
|
||||
uint32_t trigger_time;
|
||||
deferred_exec_callback callback;
|
||||
void * cb_arg;
|
||||
void *cb_arg;
|
||||
} deferred_executor_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user