[sudo-commits] sudo changeset 6355:32d76c5aaf8c

Todd C. Miller Todd.Miller at courtesan.com
Mon Jan 24 15:15:25 EST 2011


changeset:	6355:32d76c5aaf8c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/32d76c5aaf8c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 24 15:15:18 2011 -0500

Log Message:
	standardize on "return foo;" rather than "return(foo);" or "return (foo);"

diffstat:

 common/aix.c                       |    4 +-
 common/alloc.c                     |   16 +-
 common/fileops.c                   |   16 +-
 common/fmt_string.c                |    2 +-
 common/list.c                      |    2 +-
 common/term.c                      |   28 ++--
 compat/fnmatch.c                   |   42 +++---
 compat/getcwd.c                    |    8 +-
 compat/glob.c                      |   74 +++++-----
 compat/isblank.c                   |    2 +-
 compat/memrchr.c                   |    4 +-
 compat/mktemp.c                    |   18 +-
 compat/nanosleep.c                 |    2 +-
 compat/regress/glob/globtest.c     |    4 +-
 compat/snprintf.c                  |   20 +-
 compat/strlcat.c                   |    4 +-
 compat/strlcpy.c                   |    2 +-
 compat/strsignal.c                 |    4 +-
 compat/utimes.c                    |    8 +-
 plugins/sample/sample_plugin.c     |    2 +-
 plugins/sample_group/getgrent.c    |   18 +-
 plugins/sample_group/plugin_test.c |    2 +-
 plugins/sudoers/alias.c            |   16 +-
 plugins/sudoers/auth/afs.c         |    6 +-
 plugins/sudoers/auth/aix_auth.c    |    4 +-
 plugins/sudoers/auth/bsdauth.c     |   16 +-
 plugins/sudoers/auth/dce.c         |   28 ++--
 plugins/sudoers/auth/fwtk.c        |   20 +-
 plugins/sudoers/auth/kerb4.c       |   10 +-
 plugins/sudoers/auth/kerb5.c       |   20 +-
 plugins/sudoers/auth/pam.c         |   36 ++--
 plugins/sudoers/auth/passwd.c      |   10 +-
 plugins/sudoers/auth/rfc1938.c     |   10 +-
 plugins/sudoers/auth/secureware.c  |   16 +-
 plugins/sudoers/auth/securid.c     |   12 +-
 plugins/sudoers/auth/securid5.c    |   18 +-
 plugins/sudoers/auth/sia.c         |   10 +-
 plugins/sudoers/bsm_audit.c        |    2 +-
 plugins/sudoers/check.c            |   10 +-
 plugins/sudoers/defaults.c         |   98 +++++++-------
 plugins/sudoers/find_path.c        |   12 +-
 plugins/sudoers/goodpath.c         |    8 +-
 plugins/sudoers/gram.c             |    4 +-
 plugins/sudoers/gram.y             |    4 +-
 plugins/sudoers/iolog.c            |    2 +-
 plugins/sudoers/ldap.c             |  148 ++++++++++----------
 plugins/sudoers/match.c            |  110 +++++++-------
 plugins/sudoers/mon_systrace.c     |   84 ++++++------
 plugins/sudoers/parse.c            |   40 ++--
 plugins/sudoers/pwutil.c           |   28 ++--
 plugins/sudoers/redblack.c         |   26 +-
 plugins/sudoers/set_perms.c        |    8 +-
 plugins/sudoers/sudo_nss.c         |   10 +-
 plugins/sudoers/sudoers.c          |    4 +-
 plugins/sudoers/sudoreplay.c       |   12 +-
 plugins/sudoers/testsudoers.c      |    6 +-
 plugins/sudoers/timestr.c          |    4 +-
 plugins/sudoers/toke.c             |  258 ++++++++++++++++++------------------
 plugins/sudoers/toke.l             |  136 +++++++++---------
 plugins/sudoers/toke_util.c        |   20 +-
 plugins/sudoers/tsgetgrpw.c        |   42 +++---
 plugins/sudoers/visudo.c           |   46 +++---
 src/exec_pty.c                     |    2 +-
 src/get_pty.c                      |   30 ++--
 src/load_plugins.c                 |    2 +-
 src/parse_args.c                   |    2 +-
 src/sudo_noexec.c                  |    2 +-
 src/tgetpass.c                     |   14 +-
 68 files changed, 844 insertions(+), 844 deletions(-)



More information about the sudo-commits mailing list