Skip to content

Commit 262d68c

Browse files
committed
Fix wrong format caused by clang-format
1 parent cb33911 commit 262d68c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/phongo_compat.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
#define PHONGO_RETVAL_SMART_STR(val) RETVAL_STRINGL(ZSTR_VAL((val).s), ZSTR_LEN((val).s));
100100
#define ZVAL_STATIC_INIT \
101101
{ \
102-
{ 0 } \
102+
{ \
103+
0 \
104+
} \
103105
}
104106

105107
#define ADD_NEXT_INDEX_INT64_OBJ(_zv, _value) \

0 commit comments

Comments
 (0)