Skip to content

Commit b8566fa

Browse files
committed
[ruby/json] Remove trailing spaces [ci skip]
ruby/json@15eb40dbdf
1 parent a650c90 commit b8566fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/json/generator/generator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ ALWAYS_INLINE(static) void escape_UTF8_char_basic(search_state *search)
213213
* appended to the result.
214214
*/
215215

216-
216+
217217
#if defined(HAVE_SIMD_NEON)
218218
static inline unsigned char search_escape_basic_neon(search_state *search);
219219
#elif defined(HAVE_SIMD_SSE2)
220220
static inline unsigned char search_escape_basic_sse2(search_state *search);
221-
#endif
221+
#endif
222222

223223
static inline unsigned char search_escape_basic(search_state *search);
224224

0 commit comments

Comments
 (0)