mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Keep -vet and -strict-style happy
This commit is contained in:
Vendored
+1
-1
@@ -33,7 +33,7 @@ IOStreamInterface :: struct {
|
||||
|
||||
#assert(
|
||||
(size_of(IOStreamInterface) == 28 && size_of(rawptr) == 4) ||
|
||||
(size_of(IOStreamInterface) == 56 && size_of(rawptr) == 8)
|
||||
(size_of(IOStreamInterface) == 56 && size_of(rawptr) == 8),
|
||||
)
|
||||
|
||||
IOStream :: struct {}
|
||||
|
||||
Reference in New Issue
Block a user