diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-05-29 18:55:42 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-05-29 19:09:58 -0400 |
| commit | bfc86776d501dc317737be09e8ed8d13da18f67c (patch) | |
| tree | 805594b08d7b54b1e742034ee594a05725a0d9ef /std/os/bits.zig | |
| parent | 8a4ee5942b996d2ffe9c61d7d73fe10f8b1ecea4 (diff) | |
| download | zig-bfc86776d501dc317737be09e8ed8d13da18f67c.tar.gz zig-bfc86776d501dc317737be09e8ed8d13da18f67c.zip | |
run zig fmt to update `use` to `usingnamespace`
Diffstat (limited to 'std/os/bits.zig')
| -rw-r--r-- | std/os/bits.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/os/bits.zig b/std/os/bits.zig index 7b87cc6e4d..f16da2487b 100644 --- a/std/os/bits.zig +++ b/std/os/bits.zig @@ -3,7 +3,7 @@ const builtin = @import("builtin"); -pub use switch (builtin.os) { +pub usingnamespace switch (builtin.os) { .macosx, .ios, .tvos, .watchos => @import("bits/darwin.zig"), .freebsd => @import("bits/freebsd.zig"), .linux => @import("bits/linux.zig"), |
