diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-09-30 10:35:35 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-09-30 10:35:35 +0200 |
commit | 68131d85a4bd75d6f727b55f7ef5d185fa5938e6 (patch) | |
tree | 40095a56ba4ec865ae8558af9aaf0fb697bba3cc /modules/examples | |
parent | Synch 2.4.x and trunk. (diff) | |
download | apache2-68131d85a4bd75d6f727b55f7ef5d185fa5938e6.tar.xz apache2-68131d85a4bd75d6f727b55f7ef5d185fa5938e6.zip |
Fix some style issues on files that can easily be synch'ed with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r-- | modules/examples/mod_case_filter_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/mod_case_filter_in.c b/modules/examples/mod_case_filter_in.c index 7200765b3a..5116e3b9f6 100644 --- a/modules/examples/mod_case_filter_in.c +++ b/modules/examples/mod_case_filter_in.c @@ -99,7 +99,7 @@ static apr_status_t CaseFilterInFilter(ap_filter_t *f, * for a file or socket buffer, for example... */ - if(APR_BUCKET_IS_EOS(pbktIn)) { + if (APR_BUCKET_IS_EOS(pbktIn)) { APR_BUCKET_REMOVE(pbktIn); APR_BRIGADE_INSERT_TAIL(pbbOut, pbktIn); break; |