Skip to content

Commit 5eee96a

Browse files
committed
fix style
1 parent 7fbf973 commit 5eee96a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quickjs.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -2051,8 +2051,7 @@ void JS_FreeRuntime(JSRuntime *rt)
20512051
js_free_rt(rt, rt->atom_hash);
20522052
js_free_rt(rt, rt->shape_hash);
20532053
#ifdef DUMP_LEAKS
2054-
if (check_dump_flag(rt, DUMP_LEAKS) &&
2055-
!list_empty(&rt->string_list)) {
2054+
if (check_dump_flag(rt, DUMP_LEAKS) && !list_empty(&rt->string_list)) {
20562055
if (rt->rt_info) {
20572056
printf("%s:1: string leakage:", rt->rt_info);
20582057
} else {

0 commit comments

Comments
 (0)