summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-12-18 16:58:41 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-12-18 16:58:41 +0000
commitdb9ba192f6bd00358e52ce36c72f6d0ae314c4bb (patch)
tree5ec0a9d35c5b0ff1df54bce426bf786885bde37b
parent4f47274a2eb10131d88145ad7fd0eed4027a0c51 (diff)
downloadpcre-db9ba192f6bd00358e52ce36c72f6d0ae314c4bb.tar.gz
Remove some excessive trailing white space.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1621 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--pcre_compile.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/pcre_compile.c b/pcre_compile.c
index 087bf2a..b9a239e 100644
--- a/pcre_compile.c
+++ b/pcre_compile.c
@@ -4671,17 +4671,17 @@ for (;; ptr++)
}
goto NORMAL_CHAR;
}
-
+
/* Check for the start of a \Q...\E sequence. We must do this here rather
than later in case it is immediately followed by \E, which turns it into a
- "do nothing" sequence. */
-
+ "do nothing" sequence. */
+
if (c == CHAR_BACKSLASH && ptr[1] == CHAR_Q)
- {
- inescq = TRUE;
- ptr++;
+ {
+ inescq = TRUE;
+ ptr++;
continue;
- }
+ }
}
/* In extended mode, skip white space and comments. */
@@ -7607,7 +7607,7 @@ for (;; ptr++)
newoptions = (options | set) & (~unset);
/* If the options ended with ')' this is not the start of a nested
- group with option changes, so the options change at this level.
+ group with option changes, so the options change at this level.
If we are not at the pattern start, reset the greedy defaults and the
case value for firstchar and reqchar. */