diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-04 23:04:20 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-04 23:04:20 -0700 |
| commit | d159ba9295b331663a62438673f3543c35fca136 (patch) | |
| tree | 87f19fb904d8706b6b8368b849be44f1ce0e26bd /lib/std/os/bits/windows.zig | |
| parent | f23fb3087befc041161498a086bac2a92acea6cb (diff) | |
| download | zig-d159ba9295b331663a62438673f3543c35fca136.tar.gz zig-d159ba9295b331663a62438673f3543c35fca136.zip | |
zig fmt
Diffstat (limited to 'lib/std/os/bits/windows.zig')
| -rw-r--r-- | lib/std/os/bits/windows.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/os/bits/windows.zig b/lib/std/os/bits/windows.zig index 53a590ff1e..5316a048cc 100644 --- a/lib/std/os/bits/windows.zig +++ b/lib/std/os/bits/windows.zig @@ -261,4 +261,4 @@ pub const O_LARGEFILE = 0; pub const O_NOATIME = 0o1000000; pub const O_PATH = 0o10000000; pub const O_TMPFILE = 0o20200000; -pub const O_NDELAY = O_NONBLOCK;
\ No newline at end of file +pub const O_NDELAY = O_NONBLOCK; |
