summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/argmatch.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
committerpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
commit9ca0b4c9b412d7dda977978385bde9c882ff3f80 (patch)
tree117f9ffd4a531ea36c0d4a1d741bc1e14cb9aa98 /gnu/usr.bin/cvs/lib/argmatch.c
parent35ee95831939f06cb374e771e2a51cf938bff1fa (diff)
downloadFreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.zip
FreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.tar.gz
Restore white spaces to original cvs-1.4Alpha2 state so that we can
deal with the cvs-1.6 (and beyond) imports more cleanly and safely.
Diffstat (limited to 'gnu/usr.bin/cvs/lib/argmatch.c')
-rw-r--r--gnu/usr.bin/cvs/lib/argmatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/lib/argmatch.c b/gnu/usr.bin/cvs/lib/argmatch.c
index 5f31cea..327a27d 100644
--- a/gnu/usr.bin/cvs/lib/argmatch.c
+++ b/gnu/usr.bin/cvs/lib/argmatch.c
@@ -42,9 +42,9 @@ argmatch (arg, optlist)
int arglen; /* Length of ARG. */
int matchind = -1; /* Index of first nonexact match. */
int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */
-
+
arglen = strlen (arg);
-
+
/* Test all elements for either exact match or abbreviated matches. */
for (i = 0; optlist[i]; i++)
{
OpenPOWER on IntegriCloud