whitespace fixes. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-01-15 13:58:01 +01:00
parent 30a8652fbf
commit 6830ade6aa
20 changed files with 75 additions and 75 deletions

View File

@@ -59,7 +59,7 @@ unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base,
}
/* Note: trailing space is an error.
It would be easy enough to allow though if desired. */
* It would be easy enough to allow though if desired. */
if (*e)
goto inval;
chk_range: