diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-19 17:35:36 -0400 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-19 17:35:36 -0400 |
commit | e387915a8f408ad8d40ea93f6a72a7a782e58899 (patch) | |
tree | 65ff8117991d0e657c2d08aa5bb08e15518db453 /sys/src/libc/fmt | |
parent | d094b7faa1151c60d829a3988bae819f76be75d3 (diff) |
libc: trailing whitespace cleanup
Diffstat (limited to 'sys/src/libc/fmt')
-rw-r--r-- | sys/src/libc/fmt/fltfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libc/fmt/fltfmt.c b/sys/src/libc/fmt/fltfmt.c index 267bcfbf7..b0fcc3938 100644 --- a/sys/src/libc/fmt/fltfmt.c +++ b/sys/src/libc/fmt/fltfmt.c @@ -303,7 +303,7 @@ _floatfmt(Fmt *fmt, double f) * The max length of a %f string is * '[+-]'+"max exponent"+'.'+"max precision"+'\0' * which is 341 currently. - */ + */ xdtoa(fmt, s, f); fmt->flags &= FmtWidth|FmtLeft; _fmtcpy(fmt, s, strlen(s), strlen(s)); |