From: Rainer Jung Date: Mon, 16 Jul 2012 17:37:21 +0000 (+0000) Subject: Reduce code drift from trunk. X-Git-Tag: 2.4.3~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d830470022fdbb7a8d21426e90a8842400f3a7a2;p=apache Reduce code drift from trunk. Style nit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1362160 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 1bd6b31bfb..42bb0646b6 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -3276,7 +3276,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;