newlib: vfscanf: fix formatting

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-30 11:38:32 +01:00
parent 2e328edee4
commit 5e4a1c9c97

View File

@ -871,7 +871,7 @@ _DEFUN(__SVFSCANF_R, (rptr, fp, fmt0, ap),
} }
else else
#endif #endif
if (flags & SUPPRESS) if (flags & SUPPRESS)
{ {
size_t sum = 0; size_t sum = 0;
for (;;) for (;;)
@ -1013,7 +1013,7 @@ _DEFUN(__SVFSCANF_R, (rptr, fp, fmt0, ap),
} }
else else
#endif #endif
if (flags & SUPPRESS) if (flags & SUPPRESS)
{ {
n = 0; n = 0;
while (!isspace (*fp->_p)) while (!isspace (*fp->_p))