Skip to content

Commit 58e667c

Browse files
committed
regcomp.c - add whitespace to binary operation
The tight & is hard to read.
1 parent e37786c commit 58e667c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

regcomp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4386,9 +4386,8 @@ S_regbranch(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, I32 first, U32 depth)
43864386
ret = chain;
43874387
}
43884388
if (c == 1) {
4389-
*flagp |= flags&SIMPLE;
4389+
*flagp |= flags & SIMPLE;
43904390
}
4391-
43924391
return ret;
43934392
}
43944393

0 commit comments

Comments
 (0)