Fix brace style and indentation

This commit is contained in:
Marko
2023-03-13 23:08:15 +01:00
parent 731b9c902f
commit ede57720fd
+1 -2
View File
@@ -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,
} }