Revert "zig fmt: additionally auto-fix @byteSwap (#16462)"

This reverts commit f31e114f63.

This commit was incorrect; `@byteSwap` was not modified during the
0.11.0 release cycle.
This commit is contained in:
Andrew Kelley
2023-07-23 20:30:34 -07:00
parent 8199428beb
commit 23a806102a

View File

@@ -1398,7 +1398,6 @@ fn renderBuiltinCall(
"@floatCast",
"@intCast",
"@ptrCast",
"@intFromFloat",
"@floatToInt",
"@enumFromInt",
@@ -1407,9 +1406,7 @@ fn renderBuiltinCall(
"@intToFloat",
"@ptrFromInt",
"@intToPtr",
"@truncate",
"@byteSwap",
}) |name| {
if (mem.eql(u8, slice, name)) break true;
} else false;