aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-02-22 17:03:24 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-02-22 17:09:20 -0800
commiteb3c7f570601a6e00cbf03f0a026b3493887a534 (patch)
treee621eb6aa4ab49bb72018d33c373b258f55922df /lib/std/debug/SelfInfo.zig
parentc0c911bfa78ea2968cd110ad64a4ba0d70ca93e5 (diff)
downloadzig-eb3c7f570601a6e00cbf03f0a026b3493887a534.tar.gz
zig-eb3c7f570601a6e00cbf03f0a026b3493887a534.zip
zig build fmt
Diffstat (limited to 'lib/std/debug/SelfInfo.zig')
-rw-r--r--lib/std/debug/SelfInfo.zig18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/std/debug/SelfInfo.zig b/lib/std/debug/SelfInfo.zig
index 0bd3f2d41b..ea7ecac4ed 100644
--- a/lib/std/debug/SelfInfo.zig
+++ b/lib/std/debug/SelfInfo.zig
@@ -689,15 +689,15 @@ pub const Module = switch (native_os) {
const o_file_path = mem.sliceTo(self.strings[symbol.ofile..], 0);
const o_file_info = self.ofiles.getPtr(o_file_path) orelse
(self.loadOFile(allocator, o_file_path) catch |err| switch (err) {
- error.FileNotFound,
- error.MissingDebugInfo,
- error.InvalidDebugInfo,
- => return .{
- .relocated_address = relocated_address,
- .symbol = symbol,
- },
- else => return err,
- });
+ error.FileNotFound,
+ error.MissingDebugInfo,
+ error.InvalidDebugInfo,
+ => return .{
+ .relocated_address = relocated_address,
+ .symbol = symbol,
+ },
+ else => return err,
+ });
return .{
.relocated_address = relocated_address,