Date: Tue, 1 Feb 2011 22:50:23 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218179 - head/lib/csu/mips Message-ID: <201102012250.p11MoNCm087802@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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++)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102012250.p11MoNCm087802>