summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-09-30 08:35:35 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-09-30 08:35:35 +0000
commit68131d85a4bd75d6f727b55f7ef5d185fa5938e6 (patch)
tree40095a56ba4ec865ae8558af9aaf0fb697bba3cc /modules/examples
parent844e85ad0dfcd6670a1283fd43f4514407a53822 (diff)
downloadhttpd-68131d85a4bd75d6f727b55f7ef5d185fa5938e6.tar.gz
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.c2
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;