]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove useless tests.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 3 Mar 2013 21:25:46 +0000 (21:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 3 Mar 2013 21:25:46 +0000 (21:25 +0000)
commitd6f89a995a1c9e80bc7771e76b413d12d403ddf8
treea0140cde95111f31f1b5f1d0c4134f123d80dd41
parentbb79f2fb490992314f96d1765195fc5ad5864b83
Remove useless tests.

Turn
   if (*x && apr_isspace(*x))
into
   if (apr_isspace(*x))

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452128 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_cache_disk.c
modules/filters/mod_proxy_html.c
modules/mappers/mod_imagemap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_headers.c
server/util.c
server/util_script.c
support/httxt2dbm.c