Skip to content

Commit f2e18b8

Browse files
committed
std.os.linux.tls: fix formatting
1 parent 0cada92 commit f2e18b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/os/linux/tls.zig

-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ pub fn initStatic(phdrs: []elf.Phdr) void {
508508
break :blk main_thread_area_buffer[0..area_desc.size];
509509
}
510510

511-
512511
const begin_addr = mmap(area_desc.size + area_desc.alignment - 1);
513512
if (@call(.always_inline, linux.E.init, .{begin_addr}) != .SUCCESS) @trap();
514513

0 commit comments

Comments
 (0)