diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-12-07 22:36:41 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-12-07 22:36:41 +0000 |
| commit | ac911f663389980be59a0f9ee98f062e6c627658 (patch) | |
| tree | c423ac7174c1a82a107013894a6944a506e68774 /src/util/windows/getopt.c | |
| parent | 741938feb12538b659a36d7e0329efe6a5550669 (diff) | |
| download | krb5-ac911f663389980be59a0f9ee98f062e6c627658.tar.gz krb5-ac911f663389980be59a0f9ee98f062e6c627658.tar.xz krb5-ac911f663389980be59a0f9ee98f062e6c627658.zip | |
Mark and reindent util, with some exceptions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23455 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/windows/getopt.c')
| -rw-r--r-- | src/util/windows/getopt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/windows/getopt.c b/src/util/windows/getopt.c index 2b21c7be5..3724a4ba5 100644 --- a/src/util/windows/getopt.c +++ b/src/util/windows/getopt.c @@ -1,3 +1,4 @@ +/* -*- mode: c; c-file-style: "bsd"; indent-tabs-mode: t -*- */ /* $NetBSD: getopt.c,v 1.16 1999/12/02 13:15:56 kleink Exp $ */ /* @@ -92,7 +93,7 @@ getopt(nargc, nargv, ostr) static char *__progname = 0; static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ - __progname = __progname?__progname:_progname(*nargv); + __progname = __progname?__progname:_progname(*nargv); _DIAGASSERT(nargv != NULL); _DIAGASSERT(ostr != NULL); |
