formatting.

This commit is contained in:
Tijani Lawal 2024-08-08 06:40:14 -05:00
parent a1ffe981a6
commit 63a8a2bc8a
3 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ AlignConsecutiveBitFields:
PadOperators: true PadOperators: true
AlignConsecutiveDeclarations: AlignConsecutiveDeclarations:
Enabled: true Enabled: true
AcrossEmptyLines: true AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: true AlignCompound: true
PadOperators: true PadOperators: true

View File

@ -10,5 +10,4 @@
// clang-format on // clang-format on
u64 main(int argc, char **argv) { return 0; } u64 main(int argc, char **argv) { return 0; }

View File

@ -1,5 +1,5 @@
// %os_hooks(implemented per-os) System and process info // %os_hooks(implemented per-os) System and process info
internal OS_SystemInfo *os_get_system_info(void) { return &os_w32_state.system_info; } internal OS_SystemInfo *os_get_system_info(void) { return &os_w32_state.system_info; }
internal OS_ProcessInfo *os_get_process_info(void) { return &os_w32_state.process_info; } internal OS_ProcessInfo *os_get_process_info(void) { return &os_w32_state.process_info; }