Fix errant tab in alignment.

This commit is contained in:
Jeroen van Rijn
2023-11-22 02:57:43 +01:00
parent 924039c01b
commit 63b6e8216c

View File

@@ -60,9 +60,9 @@ Logger_Proc :: runtime.Logger_Proc
/*
Logger :: struct {
procedure: Logger_Proc,
data: rawptr,
data: rawptr,
lowest_level: Level,
options: Logger_Options,
options: Logger_Options,
}
*/
Logger :: runtime.Logger