Skip to content

Commit 0f3a191

Browse files
committed
style fix
1 parent 7255a81 commit 0f3a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/php_json_encoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct _php_json_encoder {
2626
int depth;
2727
int max_depth;
2828
php_json_error_code error_code;
29-
size_t error_pos;
29+
size_t error_pos;
3030
};
3131

3232
static inline void php_json_encode_init(php_json_encoder *encoder)

0 commit comments

Comments
 (0)