From 4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 4 Sep 2011 23:52:34 +0000 Subject: 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 --- src/util/windows/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/windows') 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; -- cgit