Run clang-format manually to fix recently changed files
This commit is contained in:
parent
6b18ca2875
commit
a91c0c4765
24 changed files with 235 additions and 235 deletions
|
@ -36,11 +36,11 @@ extern "C" {
|
|||
typedef union {
|
||||
uint8_t raw;
|
||||
struct {
|
||||
bool num_lock : 1;
|
||||
bool caps_lock : 1;
|
||||
bool scroll_lock : 1;
|
||||
bool compose : 1;
|
||||
bool kana : 1;
|
||||
bool num_lock : 1;
|
||||
bool caps_lock : 1;
|
||||
bool scroll_lock : 1;
|
||||
bool compose : 1;
|
||||
bool kana : 1;
|
||||
uint8_t reserved : 3;
|
||||
};
|
||||
} led_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue