Minor formatting changes

This commit is contained in:
gingerBill
2021-06-14 11:30:00 +01:00
parent 86649e6b44
commit 6f745677b4
5 changed files with 372 additions and 383 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ core_time :: proc(c: Chunk) -> (t: coretime.Time, ok: bool) {
}
text :: proc(c: Chunk) -> (res: Text, ok: bool) {
#partial switch c.header.type {
#partial switch c.header.type {
case .tEXt:
ok = true;