]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/src/stdio/vfwprintf.c
Format changes to musl code to fit musl's style.
[wasi-libc.git] / libc-top-half / musl / src / stdio / vfwprintf.c
index 4c935c3c7ebdbfb1e2dce768fbfdd6c66cd9f821..e418d255ad20ca0669500e6566490b6af7ff4e05 100644 (file)
@@ -320,7 +320,7 @@ static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_
 
                if (xp && p<0) goto overflow;
 #if defined(__wasilibc_printscan_no_long_double)
-                // Omit the 'L' modifier for floating-point cases.
+               // Omit the 'L' modifier for floating-point cases.
                switch (t|32) {
                case 'a': case 'e': case 'f': case 'g':
                        snprintf(charfmt, sizeof charfmt, "%%%s%s%s%s%s*.*%c",