Skip to content

Commit 2e4e43f

Browse files
committed
Fix clang format issues
1 parent a8a0782 commit 2e4e43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/oj/dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ void oj_dump_cstr(const char *str, size_t cnt, bool is_sym, bool escape1, Out ou
10211021
size_t size;
10221022
char *cmap;
10231023
#ifdef HAVE_SIMD_NEON
1024-
uint8x16x4_t *cmap_neon = NULL;
1024+
uint8x16x4_t *cmap_neon = NULL;
10251025
int neon_table_size = 0;
10261026
#endif /* HAVE_SIMD_NEON */
10271027
const char *orig = str;

ext/oj/dump_compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static void dump_array(VALUE a, int depth, Out out, bool as_ok) {
151151
cnt--;
152152
for (i = 0; i <= cnt; i++) {
153153
if (out->opts->dump_opts.use) {
154-
assure_size(out, size);
154+
assure_size(out, size);
155155
if (0 < out->opts->dump_opts.array_size) {
156156
APPEND_CHARS(out->cur, out->opts->dump_opts.array_nl, out->opts->dump_opts.array_size);
157157
}

0 commit comments

Comments
 (0)