summaryrefslogtreecommitdiffstats
path: root/src/util/windows
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2011-09-04 23:52:34 +0000
committerKen Raeburn <raeburn@mit.edu>2011-09-04 23:52:34 +0000
commit4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15 (patch)
treef0d339ede66f7af9153dd1fe016a46ee3aa5d372 /src/util/windows
parent3b5d496d3d63b28ebd2e23242a3422b1fa838e18 (diff)
downloadkrb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.tar.gz
krb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.tar.xz
krb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.zip
Reindent per krb5-batch-reindent.el.
Some minor reformatting added in places to avoid exceeding 80 columns. Used Emacs 22.1 built-in C mode. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25144 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/windows')
-rw-r--r--src/util/windows/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/windows/getopt.c b/src/util/windows/getopt.c
index 3724a4ba5..4f9f0627e 100644
--- a/src/util/windows/getopt.c
+++ b/src/util/windows/getopt.c
@@ -144,7 +144,7 @@ getopt(nargc, nargv, ostr)
__progname, optopt);
return (BADCH);
}
- else /* white space */
+ else /* white space */
optarg = nargv[optind];
place = EMSG;
++optind;