svn commit: r194709 - head/usr.sbin/jexec

Jamie Gritton jamie at FreeBSD.org
Tue Jun 23 14:40:09 UTC 2009


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");


More information about the svn-src-all mailing list