From fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 Mon Sep 17 00:00:00 2001 From: timr Date: Wed, 25 Jan 2006 00:08:53 +0000 Subject: just whitespace git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/printf.c') diff --git a/coreutils/printf.c b/coreutils/printf.c index 697a1c055..1fe68afcb 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -63,12 +63,12 @@ void multiconvert(char *arg, void *result, converter convert) } if(convert(arg,result)) fprintf(stderr, "%s", arg); } - + static unsigned long xstrtoul(char *arg) { unsigned long result; - multiconvert(arg,&result, (converter)safe_strtoul); + multiconvert(arg,&result, (converter)safe_strtoul); return result; } -- cgit v1.2.3-55-g6feb