From 082ea796483e34e8a436b1cc41d1ab6ccea783ed Mon Sep 17 00:00:00 2001 From: "Enrico Fraccaroli (Galfurian)" Date: Fri, 1 Mar 2024 09:16:25 -0500 Subject: [PATCH] Add newline at the end of fcvt. --- libc/src/fcvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/src/fcvt.c b/libc/src/fcvt.c index 21042b6..495fac0 100644 --- a/libc/src/fcvt.c +++ b/libc/src/fcvt.c @@ -104,4 +104,4 @@ void fcvtbuf(double arg, int decimals, int *decpt, int *sign, char *buf, unsigne cvt(arg, decimals, decpt, sign, buf, buf_size, 0); } -/// @endcond \ No newline at end of file +/// @endcond