]> granicus.if.org Git - apache/commitdiff
Reduce code drift from trunk.
authorRainer Jung <rjung@apache.org>
Mon, 16 Jul 2012 17:37:21 +0000 (17:37 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 16 Jul 2012 17:37:21 +0000 (17:37 +0000)
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

index 1bd6b31bfb605c304cb51c23cedf2caa79924d2e..42bb0646b601523c3983d88e9cfec3c7d7c78967 100644 (file)
@@ -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;