From d830470022fdbb7a8d21426e90a8842400f3a7a2 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Mon, 16 Jul 2012 17:37:21 +0000 Subject: [PATCH] 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 --- modules/mappers/mod_rewrite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.40.0