aboutsummaryrefslogtreecommitdiff
path: root/std/debug/index.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-11-19 17:28:18 -0500
committerAndrew Kelley <superjoe30@gmail.com>2018-11-19 17:28:18 -0500
commit4dafdc00d5c0d73511d64c5edf7481c8fe254a61 (patch)
tree0271d2f18d8044027610e5fb328be84ef54ae08d /std/debug/index.zig
parent9493738e5448ca166344a2d57abc44b29bb00081 (diff)
downloadzig-4dafdc00d5c0d73511d64c5edf7481c8fe254a61.tar.gz
zig-4dafdc00d5c0d73511d64c5edf7481c8fe254a61.zip
zig fmt
Diffstat (limited to 'std/debug/index.zig')
-rw-r--r--std/debug/index.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig
index a3509b3117..722f95ccb0 100644
--- a/std/debug/index.zig
+++ b/std/debug/index.zig
@@ -1101,8 +1101,7 @@ pub const DebugInfo = switch (builtin.os) {
self.elf.close();
}
},
- builtin.Os.freebsd => struct.{
- },
+ builtin.Os.freebsd => struct {},
else => @compileError("Unsupported OS"),
};