Skip to content

Commit 3554bf6

Browse files
committed
toke.c: Add a bit of white space for readability
1 parent 6021e11 commit 3554bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toke.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5188,9 +5188,9 @@ S_check_scalar_slice(pTHX_ char *s)
51885188
{
51895189
s++;
51905190
while (SPACE_OR_TAB(*s)) s++;
5191-
if (*s == 'q' && s[1] == 'w' && !isWORDCHAR_lazy_if_safe(s+2,
5192-
PL_bufend,
5193-
UTF))
5191+
if (*s == 'q' && s[1] == 'w' && ! isWORDCHAR_lazy_if_safe(s+2,
5192+
PL_bufend,
5193+
UTF))
51945194
{
51955195
return;
51965196
}

0 commit comments

Comments
 (0)