From e4dcba1c103dc28e927e004791e331aaf604383d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 28 Oct 2010 18:57:19 +0200 Subject: *: whitespace fixes Signed-off-by: Denys Vlasenko --- libbb/xatonum_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/xatonum_template.c') diff --git a/libbb/xatonum_template.c b/libbb/xatonum_template.c index f67b50710..029f66202 100644 --- a/libbb/xatonum_template.c +++ b/libbb/xatonum_template.c @@ -41,7 +41,7 @@ unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, if (errno || numstr == e) goto inval; /* error / no digits / illegal trailing chars */ - errno = old_errno; /* Ok. So restore errno. */ + errno = old_errno; /* Ok. So restore errno. */ /* Do optional suffix parsing. Allow 'empty' suffix tables. * Note that we also allow nul suffixes with associated multipliers, -- cgit v1.2.3