Revision: 1621
http://vcs.pcre.org/viewvc?view=rev&revision=1621
Author: ph10
Date: 2015-12-18 16:58:41 +0000 (Fri, 18 Dec 2015)
Log Message:
-----------
Remove some excessive trailing white space.
Modified Paths:
--------------
code/trunk/pcre_compile.c
Modified: code/trunk/pcre_compile.c
===================================================================
--- code/trunk/pcre_compile.c 2015-12-08 11:06:40 UTC (rev 1620)
+++ code/trunk/pcre_compile.c 2015-12-18 16:58:41 UTC (rev 1621)
@@ -4671,17 +4671,17 @@
}
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 @@
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. */