summaryrefslogtreecommitdiff
path: root/test/cls.c
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-11-16 16:31:25 +0000
committerJim Jagielski <jim@apache.org>2005-11-16 16:31:25 +0000
commit08c97ba290d9b8cb32992529db3f66c6c3c35589 (patch)
treeae985c5fa21f1cd0401e544872f2c6fde0f70cc9 /test/cls.c
parent609d0155e2b34d9cd12a501e8c41b03b26cd26f5 (diff)
downloadhttpd-08c97ba290d9b8cb32992529db3f66c6c3c35589.tar.gz
No functional change: remove "internal" tab spacing/formatting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/cls.c')
-rw-r--r--test/cls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cls.c b/test/cls.c
index d11e2a4147..9c7aa833ff 100644
--- a/test/cls.c
+++ b/test/cls.c
@@ -82,7 +82,7 @@ static int hex2sec(const char *x)
j |= ch - ('a' - 10);
}
if (j == 0xffffffff)
- return -1; /* so that it works with 8-byte ints */
+ return -1; /* so that it works with 8-byte ints */
else
return j;
}