From 1eea823bf2a03b8d808b6113e04c217942dce9f6 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 10 Jul 2012 19:45:27 +0000 Subject: [PATCH] style fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1359857 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 8590c5910e..7d9df24831 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; -- 2.40.0