mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix brace style and indentation
This commit is contained in:
Vendored
+2
-3
@@ -4871,9 +4871,8 @@ 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,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PFN_MESSAGE_CALLBACK :: #type proc "c" (Category: MESSAGE_CATEGORY, Severity: MESSAGE_SEVERITY, ID: MESSAGE_ID, pDescription: cstring, pContext: rawptr)
|
PFN_MESSAGE_CALLBACK :: #type proc "c" (Category: MESSAGE_CATEGORY, Severity: MESSAGE_SEVERITY, ID: MESSAGE_ID, pDescription: cstring, pContext: rawptr)
|
||||||
|
|||||||
Reference in New Issue
Block a user