From: Stefan Fritsch Date: Tue, 10 Jul 2012 19:45:27 +0000 (+0000) Subject: style fix X-Git-Tag: 2.5.0-alpha~6665 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eea823bf2a03b8d808b6113e04c217942dce9f6;p=thirdparty%2Fapache%2Fhttpd.git style fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1359857 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 8590c5910eb..7d9df248316 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -3278,7 +3278,8 @@ static const char *cmd_rewritecond(cmd_parms *cmd, void *in_dconf, case 'g': if (a2[2] == 't') { - a2 += 3; newcond->ptype = CONDPAT_INT_GT; + a2 += 3; + newcond->ptype = CONDPAT_INT_GT; } else if (a2[2] == 'e') { a2 += 3;