Skip to content

Commit 3858926

Browse files
committed
toke.c: Remove trailing blank
1 parent 9a7d757 commit 3858926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toke.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6464,7 +6464,7 @@ yyl_leftcurly(pTHX_ char *s, const U8 formbrack)
64646464
}
64656465
else {
64666466
/* skip plain q word */
6467-
while ( t < PL_bufend
6467+
while ( t < PL_bufend
64686468
&& (advance = isWORDCHAR_lazy_if_safe(t,
64696469
PL_bufend,
64706470
UTF)))

0 commit comments

Comments
 (0)