[Midnightbsd-cvs] CVS Commit: exec.c: whitespace

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 9 20:42:15 EDT 2007


Log Message:
-----------
whitespace

Modified Files:
--------------
    src/usr.sbin/pkg_install/lib:
        exec.c (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: exec.c
===================================================================
RCS file: /home/cvs/src/usr.sbin/pkg_install/lib/exec.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/pkg_install/lib/exec.c -Lusr.sbin/pkg_install/lib/exec.c -u -r1.1.1.1 -r1.2
--- usr.sbin/pkg_install/lib/exec.c
+++ usr.sbin/pkg_install/lib/exec.c
@@ -68,8 +68,8 @@
 
     rp = malloc(MAXPATHLEN);
     if (!rp) {
-        warnx("vpipe can't alloc buffer space");
-        return NULL;
+	warnx("vpipe can't alloc buffer space");
+	return NULL;
     }
     maxargs = sysconf(_SC_ARG_MAX);
     maxargs -= 32;			    /* some slop for the sh -c */


More information about the Midnightbsd-cvs mailing list