1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

No functional change: more indenting/formatting changes due to

tabbing


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2005-11-10 16:03:23 +00:00
parent 5061d9fa92
commit b72e610410
8 changed files with 35 additions and 35 deletions

View File

@@ -484,7 +484,7 @@ char *util_ald_cache_display_stats(request_rec *r, util_ald_cache_t *cache, char
for (n = cache->nodes[i];
n != NULL && n != n->next;
n = n->next) {
totchainlen++;
totchainlen++;
}
}
}