Skip to content

Commit 00e3e28

Browse files
authored
Merge pull request #772 from ruby/remove-trailing-whitespace
Removed trailing space
2 parents 3a3eb73 + 930cb23 commit 00e3e28

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)