Skip to content

Commit d4c9c1c

Browse files
committed
Formatting.
1 parent 7f3f853 commit d4c9c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/json/ext/parser/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ static inline bool FORCE_INLINE string_scan(JSON_ParserState *state)
909909
#ifdef HAVE_SIMD
910910
#if defined(HAVE_SIMD_NEON)
911911

912-
uint64_t mask = 0;
912+
uint64_t mask = 0;
913913
if (string_scan_simd_neon(&state->cursor, state->end, &mask)) {
914914
state->cursor += trailing_zeros64(mask) >> 2;
915915
return 1;

0 commit comments

Comments
 (0)