]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
style fix
authorStefan Fritsch <sf@apache.org>
Tue, 10 Jul 2012 19:45:27 +0000 (19:45 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 10 Jul 2012 19:45:27 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1359857 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 8590c5910eb723cd69d8be81804351ebb08779ce..7d9df248316b1098272c96e5a6f6e710419fd17c 100644 (file)
@@ -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;