From 705cc0b145b0eacf960f8e7ca6ff9c602bc1af3e Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 1 Feb 2011 22:50:23 +0000 Subject: Whitespace nit --- lib/csu/mips/crt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csu') diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index fd00258..5fd7b8a 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -83,7 +83,7 @@ __start(char **ap, argv = ap + 1; env = ap + 2 + argc; environ = env; - if(argc > 0 && argv[0] != NULL) { + if (argc > 0 && argv[0] != NULL) { const char *s; __progname = argv[0]; for (s = __progname; *s != '\0'; s++) -- cgit v1.1