diff --git a/std/os/netbsd.zig b/std/os/netbsd.zig index 802283fc87..d484e7374b 100644 --- a/std/os/netbsd.zig +++ b/std/os/netbsd.zig @@ -2,4 +2,4 @@ const builtin = @import("builtin"); const std = @import("../std.zig"); pub const is_the_target = builtin.os == .netbsd; pub usingnamespace std.c; -pub usingnamespace @import("bits.zig"); \ No newline at end of file +pub usingnamespace @import("bits.zig");