summaryrefslogtreecommitdiff
path: root/src/pcre2_match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcre2_match.c')
-rw-r--r--src/pcre2_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_match.c b/src/pcre2_match.c
index 3372410..e3f78c2 100644
--- a/src/pcre2_match.c
+++ b/src/pcre2_match.c
@@ -7192,7 +7192,7 @@ if (utf && end_subject != true_end_subject &&
starting code units in 8-bit and 16-bit modes. */
start_match = end_subject + 1;
-
+
#if PCRE2_CODE_UNIT_WIDTH != 32
while (start_match < true_end_subject && NOT_FIRSTCU(*start_match))
start_match++;