summaryrefslogtreecommitdiff
path: root/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcre2lib/pcre2_jit_neon_inc.h')
-rw-r--r--ext/pcre/pcre2lib/pcre2_jit_neon_inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h b/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h
index 0265f36a0b..66373b6cb0 100644
--- a/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h
+++ b/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h
@@ -215,7 +215,7 @@ if (p1 < str_ptr)
}
else
data2 = shift_left_n_lanes(data, offs1 - offs2);
-
+
if (compare1_type == compare_match1)
data = VCEQQ(data, cmp1a);
else