Skip to content

Commit 930cb23

Browse files
committed
Removed trailing space
1 parent 3a3eb73 commit 930cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/ext/generator/generator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ static void generate_json_float(FBuffer *buffer, struct generate_json_data *data
10771077

10781078
/* This implementation writes directly into the buffer. We reserve
10791079
* the 24 characters that fpconv_dtoa states as its maximum, plus
1080-
* 2 more characters for the potential ".0" suffix.
1080+
* 2 more characters for the potential ".0" suffix.
10811081
*/
10821082
fbuffer_inc_capa(buffer, 26);
10831083
char* d = buffer->ptr + buffer->len;

0 commit comments

Comments
 (0)