Skip to content

Commit

Permalink
fmt it.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxd-ym committed Aug 10, 2024
1 parent 7e615f8 commit 5b6ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler_rt/clear_cache.zig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn clear_cache(start: usize, end: usize) callconv(.C) void {
.aarch64, .aarch64_be => true,
else => false,
};
const loongarch64 = switch(arch) {
const loongarch64 = switch (arch) {
.loongarch64 => true,
else => false,
};
Expand Down

0 comments on commit 5b6ffff

Please sign in to comment.