Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/user Clean up last (no spaces before parentheses).



details:   https://anonhg.NetBSD.org/src/rev/ea15ea9a4fee
branches:  trunk
changeset: 533783:ea15ea9a4fee
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 09 14:13:18 2002 +0000

description:
Clean up last (no spaces before parentheses).

diffstat:

 usr.sbin/user/usermgmt.h |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 8641a4f66272 -r ea15ea9a4fee usr.sbin/user/usermgmt.h
--- a/usr.sbin/user/usermgmt.h  Tue Jul 09 14:08:38 2002 +0000
+++ b/usr.sbin/user/usermgmt.h  Tue Jul 09 14:13:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usermgmt.h,v 1.6 2002/07/09 10:34:44 tron Exp $ */
+/* $NetBSD: usermgmt.h,v 1.7 2002/07/09 14:13:18 wiz Exp $ */
 
 /*
  * Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -33,18 +33,18 @@
 #ifndef USERMGMT_H_
 #define USERMGMT_H_
 
-int useradd (int, char **);
-int usermod (int, char **);
-int userdel (int, char **);
-int groupadd (int, char **);
-int groupdel (int, char **);
-int groupmod (int, char **);
+int useradd(int, char **);
+int usermod(int, char **);
+int userdel(int, char **);
+int groupadd(int, char **);
+int groupdel(int, char **);
+int groupmod(int, char **);
 
 #ifdef EXTENSIONS
-int userinfo (int, char **);
-int groupinfo (int, char **);
+int userinfo(int, char **);
+int groupinfo(int, char **);
 #endif
 
-void usermgmt_usage (const char *);
+void usermgmt_usage(const char *);
 
 #endif



Home | Main Index | Thread Index | Old Index