mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Remove unneeded semicolons from the core library
This commit is contained in:
@@ -23,7 +23,7 @@ Thread :: struct {
|
||||
creation_allocator: mem.Allocator,
|
||||
}
|
||||
|
||||
#assert(size_of(Thread{}.user_index) == size_of(uintptr));
|
||||
#assert(size_of(Thread{}.user_index) == size_of(uintptr))
|
||||
|
||||
Thread_Priority :: enum {
|
||||
Normal,
|
||||
|
||||
Reference in New Issue
Block a user