Skip to content

Commit 4007934

Browse files
committed
[ruby/json] Remove trailing spaces [ci skip]
ruby/json@68ee9cf188
1 parent ead3739 commit 4007934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/json/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)