aboutsummaryrefslogtreecommitdiff
path: root/core/runtime
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2020-03-04 13:10:39 +0000
committerGitHub <noreply@github.com>2020-03-04 13:10:39 +0000
commit2fe0eaf2adf952867d4ce4fba53b4b3ac75e1ba5 (patch)
tree8563234c083b5c5b28ef7bcc161f73048e9e4e2b /core/runtime
parent3f63e1219821813e4c7f975d58b27835215b1b65 (diff)
Fix formatting
Diffstat (limited to 'core/runtime')
-rw-r--r--core/runtime/core.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin
index 75ee84908..27d40f4a3 100644
--- a/core/runtime/core.odin
+++ b/core/runtime/core.odin
@@ -277,9 +277,9 @@ Logger_Proc :: #type proc(data: rawptr, level: Logger_Level, text: string, optio
Logger :: struct {
procedure: Logger_Proc,
- data: rawptr,
+ data: rawptr,
lowest_level: Logger_Level,
- options: Logger_Options,
+ options: Logger_Options,
}
Context :: struct {