Skip to content

Commit f12e5a7

Browse files
Daniel WhiteDaniel White
authored andcommitted
Fixed bracket style.
1 parent 7d38e4b commit f12e5a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iota.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ D(x, y, p, e) {
1818
I (t+=d)&(b=136) | (v=B[t])&S K
1919

2020
// Special pawn logic.
21-
I m%8==2)
22-
{
21+
I m%8==2) {
2322
I (d>0 ^ S==32) | // Bad direction?
2423
(!v & d%2 & t!=e) | // Diagonal without capture?
2524
!(d%2 | !v) // Straight with capture?

0 commit comments

Comments
 (0)