From e296d6fb902083fac534bdd4c804e6dbad2fc458 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 29 Jun 2024 19:50:51 +0100 Subject: Fix loads of indentation issues with mixing spaces and tabs --- core/sys/linux/wrappers.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/sys/linux') diff --git a/core/sys/linux/wrappers.odin b/core/sys/linux/wrappers.odin index 998a9244c..7a30c3bde 100644 --- a/core/sys/linux/wrappers.odin +++ b/core/sys/linux/wrappers.odin @@ -48,7 +48,7 @@ WCOREDUMP :: #force_inline proc "contextless" (s: u32) -> bool { return 1 << ((cast(uint)(sig) - 1) % (8*size_of(uint))) } @private _sigword :: proc "contextless" (sig: Signal) -> (uint) { - return (cast(uint)sig - 1) / (8*size_of(uint)) + return (cast(uint)sig - 1) / (8*size_of(uint)) } // TODO: sigaddset etc -- cgit v1.2.3