From 59e91f4b25a54228257336ba777a15d09c106396 Mon Sep 17 00:00:00 2001 From: Al Hoang <3811822-hoanga@users.noreply.gitlab.com> Date: Mon, 1 Nov 2021 19:59:18 -0500 Subject: [PATCH] ensure zig fmt --- lib/std/c/haiku.zig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/std/c/haiku.zig b/lib/std/c/haiku.zig index e68abeaef1..0d39cf283f 100644 --- a/lib/std/c/haiku.zig +++ b/lib/std/c/haiku.zig @@ -446,7 +446,6 @@ pub const MAP = struct { pub const ANON = 0x0008; pub const ANONYMOUS = ANON; pub const FILE = 0; - }; pub const W = struct { @@ -570,7 +569,6 @@ pub const O = struct { pub const RDWR = 0x0002; pub const ACCMODE = 0x0003; - pub const CREAT = 0x0200; pub const EXCL = 0x0800; pub const NOCTTY = 0x8000; @@ -1439,5 +1437,4 @@ pub const termios = extern struct { cc_t: [NCCS]cc_t, }; -pub const MSG_NOSIGNAL = 0x0800; - +pub const MSG_NOSIGNAL = 0x0800;