mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Fix loads of indentation issues with mixing spaces and tabs
This commit is contained in:
Vendored
+2
-2
@@ -235,8 +235,8 @@ foreign lib {
|
||||
// quit
|
||||
|
||||
QuitRequested :: #force_inline proc "c" () -> bool {
|
||||
PumpEvents()
|
||||
return bool(PeepEvents(nil, 0, .PEEKEVENT, .QUIT, .QUIT) > 0)
|
||||
PumpEvents()
|
||||
return bool(PeepEvents(nil, 0, .PEEKEVENT, .QUIT, .QUIT) > 0)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user