mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Fix brace style and indentation
This commit is contained in:
Vendored
+1
-2
@@ -4871,8 +4871,7 @@ IInfoQueue_VTable :: struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MESSAGE_CALLBACK_FLAGS :: distinct bit_set[MESSAGE_CALLBACK_FLAG; u32]
|
MESSAGE_CALLBACK_FLAGS :: distinct bit_set[MESSAGE_CALLBACK_FLAG; u32]
|
||||||
MESSAGE_CALLBACK_FLAG :: enum
|
MESSAGE_CALLBACK_FLAG :: enum {
|
||||||
{
|
|
||||||
IGNORE_FILTERS = 0,
|
IGNORE_FILTERS = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user