Skip to content

Commit 8c8a7e3

Browse files
committed
Fixed indentation
1 parent eb32ee5 commit 8c8a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tb/rogers_ra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ void tb__rogers(Ctx* restrict ctx, TB_Arena* arena) {
995995

996996
// reset assignment, but don't try to split them this round
997997
if (num_spills > 64) {
998-
compare_split__vregs = ctx->vregs;
998+
compare_split__vregs = ctx->vregs;
999999
qsort(ra.splits, num_spills, sizeof(SplitDecision), compare_split);
10001000

10011001
for (size_t i = 64; i < num_spills; i++) {

0 commit comments

Comments
 (0)