svn commit: r218179 - head/lib/csu/mips

Warner Losh imp at FreeBSD.org
Tue Feb 1 22:50:23 UTC 2011


Author: imp
Date: Tue Feb  1 22:50:23 2011
New Revision: 218179
URL: http://svn.freebsd.org/changeset/base/218179

Log:
  Whitespace nit

Modified:
  head/lib/csu/mips/crt1.c

Modified: head/lib/csu/mips/crt1.c
==============================================================================
--- head/lib/csu/mips/crt1.c	Tue Feb  1 22:26:06 2011	(r218178)
+++ head/lib/csu/mips/crt1.c	Tue Feb  1 22:50:23 2011	(r218179)
@@ -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++)


More information about the svn-src-all mailing list