aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2023-11-22 02:57:43 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2023-11-22 02:57:43 +0100
commit63b6e8216c0f234a8ade90b6e6a2f1ad95e42e2e (patch)
tree0559653651101705044e94b21873fefd22eb0c77
parent924039c01b733bb95c8d74d4ff8ba7fc6db9cb6d (diff)
Fix errant tab in alignment.
-rw-r--r--core/log/log.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/log/log.odin b/core/log/log.odin
index f3554791b..021a46000 100644
--- a/core/log/log.odin
+++ b/core/log/log.odin
@@ -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