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++)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to