Commit 8aa87ec441

Euan T <euantorano@users.noreply.github.com>
2019-08-05 17:35:40
Add misisng newline
1 parent 0157365
Changed files (1)
std
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");