Skip to content

Commit 07c81c3

Browse files
Daniel WhiteDaniel White
authored andcommitted
Removed unnecessary brackets.
1 parent 13ec36f commit 07c81c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ F(U, V, p, r) {
6262
continue;
6363

6464
// Hit a piece or non-slider?
65-
I u || (P&8) M
65+
I u || P&8 M
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)