Author: jamie
Date: Tue Jun 23 14:40:08 2009
New Revision: 194709
URL: http://svn.freebsd.org/changeset/base/194709

Log:
  Whitespace fix.
  
  Approved by:  bz (mentor)

Modified:
  head/usr.sbin/jexec/jexec.c

Modified: head/usr.sbin/jexec/jexec.c
==============================================================================
--- head/usr.sbin/jexec/jexec.c Tue Jun 23 14:39:51 2009        (r194708)
+++ head/usr.sbin/jexec/jexec.c Tue Jun 23 14:40:08 2009        (r194709)
@@ -75,9 +75,9 @@ main(int argc, char *argv[])
        int ch, ngroups, uflag, Uflag;
        long ngroups_max;
        char *ep, *username;
+
        ch = uflag = Uflag = 0;
        username = NULL;
-
        ngroups_max = sysconf(_SC_NGROUPS_MAX) + 1;
        if ((groups = malloc(sizeof(gid_t) * ngroups_max)) == NULL)
                err(1, "malloc");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to