Skip to content

Commit 68ee9cf

Browse files
committed
Remove trailing spaces [ci skip]
1 parent aae442d commit 68ee9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/ext/parser/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ static inline bool FORCE_INLINE string_scan(JSON_ParserState *state)
908908
{
909909
#ifdef HAVE_SIMD
910910
#if defined(HAVE_SIMD_NEON)
911-
911+
912912
uint64_t mask = 0;
913913
if (string_scan_simd_neon(&state->cursor, state->end, &mask)) {
914914
state->cursor += trailing_zeros64(mask) >> 2;

0 commit comments

Comments
 (0)