From 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 30 May 2007 00:29:55 +0000 Subject: whitespace fixes --- scripts/kconfig/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/kconfig/conf.c') diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 02693b791..2a1a59fc3 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -536,7 +536,7 @@ int main(int ac, char **av) exit(0); } } - name = av[i]; + name = av[i]; if (!name) { printf(_("%s: Kconfig file missing\n"), av[0]); } -- cgit v1.2.3