* Whitespace style fixes. No functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2020-04-14 09:43:48 +00:00
parent 6c8663602c
commit 5cad59790c

View File

@ -686,6 +686,7 @@ static int process_dir(char *path, apr_pool_t *pool, apr_off_t *nodes)
if (info.filetype == APR_DIR) { if (info.filetype == APR_DIR) {
char *dirpath = apr_pstrdup(p, d->basename); char *dirpath = apr_pstrdup(p, d->basename);
if (process_dir(d->basename, pool, nodes)) { if (process_dir(d->basename, pool, nodes)) {
return 1; return 1;
} }