diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-03-24 15:20:57 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-24 15:20:59 +0900 |
commit | 6b15857e2563cec0b38e6bce7646c1a9abaf4ba3 () | |
tree | c4cb5202e5ae7e67b9b7a0a143e43b6d130fb607 | |
parent | f3f4524d19476447df390ce9960778eac973b79b (diff) |
Removed trailing space
-rw-r--r-- | ext/json/generator/generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1077,7 +1077,7 @@ static void generate_json_float(FBuffer *buffer, struct generate_json_data *data /* This implementation writes directly into the buffer. We reserve * the 24 characters that fpconv_dtoa states as its maximum, plus - * 2 more characters for the potential ".0" suffix. */ fbuffer_inc_capa(buffer, 26); char* d = buffer->ptr + buffer->len; |