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
1 changed files with 2 additions and 2 deletions

View File

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