summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-06-23 14:40:08 +0000
committerjamie <jamie@FreeBSD.org>2009-06-23 14:40:08 +0000
commit6c660c437f8ab358b1bc883974c3af6f41e71406 (patch)
tree068a3298cb57699f1ba12f276c79c7cf2579b755 /usr.sbin
parent8496e0a313f2480e621c3f30cc45dada612aa311 (diff)
downloadFreeBSD-src-6c660c437f8ab358b1bc883974c3af6f41e71406.zip
FreeBSD-src-6c660c437f8ab358b1bc883974c3af6f41e71406.tar.gz
Whitespace fix.
Approved by: bz (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jexec/jexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c
index 143bbd5..0d82e28 100644
--- a/usr.sbin/jexec/jexec.c
+++ b/usr.sbin/jexec/jexec.c
@@ -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");
OpenPOWER on IntegriCloud