Skip to content

Commit 3455c15

Browse files
author
James Cox-Morton
committed
Respect the alphabet
1 parent 1e43b18 commit 3455c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler_rt.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ comptime {
225225
_ = @import("compiler_rt/fmin.zig");
226226
_ = @import("compiler_rt/fmod.zig");
227227
_ = @import("compiler_rt/ldexp.zig");
228-
_ = @import("compiler_rt/scalbn.zig");
229228
_ = @import("compiler_rt/scalbln.zig");
229+
_ = @import("compiler_rt/scalbn.zig");
230230
_ = @import("compiler_rt/log.zig");
231231
_ = @import("compiler_rt/log10.zig");
232232
_ = @import("compiler_rt/log2.zig");

0 commit comments

Comments
 (0)