summaryrefslogtreecommitdiff
path: root/libs/Pcre16/src
diff options
context:
space:
mode:
Diffstat (limited to 'libs/Pcre16/src')
-rw-r--r--libs/Pcre16/src/config.h2
-rw-r--r--libs/Pcre16/src/pcre.h2
-rw-r--r--libs/Pcre16/src/pcre16_ord2utf16.c2
-rw-r--r--libs/Pcre16/src/pcre_byte_order.c2
-rw-r--r--libs/Pcre16/src/pcre_chartables.c2
-rw-r--r--libs/Pcre16/src/pcre_compile.c2
-rw-r--r--libs/Pcre16/src/pcre_config.c2
-rw-r--r--libs/Pcre16/src/pcre_dfa_exec.c2
-rw-r--r--libs/Pcre16/src/pcre_exec.c2
-rw-r--r--libs/Pcre16/src/pcre_fullinfo.c2
-rw-r--r--libs/Pcre16/src/pcre_get.c2
-rw-r--r--libs/Pcre16/src/pcre_globals.c2
-rw-r--r--libs/Pcre16/src/pcre_internal.h2
-rw-r--r--libs/Pcre16/src/pcre_jit_compile.c2
-rw-r--r--libs/Pcre16/src/pcre_maketables.c2
-rw-r--r--libs/Pcre16/src/pcre_newline.c2
-rw-r--r--libs/Pcre16/src/pcre_refcount.c2
-rw-r--r--libs/Pcre16/src/pcre_string_utils.c2
-rw-r--r--libs/Pcre16/src/pcre_study.c2
-rw-r--r--libs/Pcre16/src/pcre_tables.c2
-rw-r--r--libs/Pcre16/src/pcre_ucd.c2
-rw-r--r--libs/Pcre16/src/pcre_version.c2
-rw-r--r--libs/Pcre16/src/pcre_xclass.c2
-rw-r--r--libs/Pcre16/src/stdafx.cxx2
-rw-r--r--libs/Pcre16/src/stdafx.h2
-rw-r--r--libs/Pcre16/src/ucp.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/libs/Pcre16/src/config.h b/libs/Pcre16/src/config.h
index ae313ad377..d1e35175fe 100644
--- a/libs/Pcre16/src/config.h
+++ b/libs/Pcre16/src/config.h
@@ -1,4 +1,4 @@
-/* config.h for CMake builds */
+/* config.h for CMake builds */
/* #undef HAVE_DIRENT_H */
#define HAVE_SYS_STAT_H 1
diff --git a/libs/Pcre16/src/pcre.h b/libs/Pcre16/src/pcre.h
index 10596cb557..b77803a2d0 100644
--- a/libs/Pcre16/src/pcre.h
+++ b/libs/Pcre16/src/pcre.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre16_ord2utf16.c b/libs/Pcre16/src/pcre16_ord2utf16.c
index 8632415af0..8e2ce5ea6c 100644
--- a/libs/Pcre16/src/pcre16_ord2utf16.c
+++ b/libs/Pcre16/src/pcre16_ord2utf16.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_byte_order.c b/libs/Pcre16/src/pcre_byte_order.c
index 538495e666..cf5f12b04e 100644
--- a/libs/Pcre16/src/pcre_byte_order.c
+++ b/libs/Pcre16/src/pcre_byte_order.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_chartables.c b/libs/Pcre16/src/pcre_chartables.c
index b73de0263f..1e20ec29d0 100644
--- a/libs/Pcre16/src/pcre_chartables.c
+++ b/libs/Pcre16/src/pcre_chartables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_compile.c b/libs/Pcre16/src/pcre_compile.c
index 5ef40555ed..42f204cdff 100644
--- a/libs/Pcre16/src/pcre_compile.c
+++ b/libs/Pcre16/src/pcre_compile.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_config.c b/libs/Pcre16/src/pcre_config.c
index 597865b94d..1cbdd9c960 100644
--- a/libs/Pcre16/src/pcre_config.c
+++ b/libs/Pcre16/src/pcre_config.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_dfa_exec.c b/libs/Pcre16/src/pcre_dfa_exec.c
index 62423caac8..bc09ced3a7 100644
--- a/libs/Pcre16/src/pcre_dfa_exec.c
+++ b/libs/Pcre16/src/pcre_dfa_exec.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_exec.c b/libs/Pcre16/src/pcre_exec.c
index b4072cc28d..1a9bdd546e 100644
--- a/libs/Pcre16/src/pcre_exec.c
+++ b/libs/Pcre16/src/pcre_exec.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_fullinfo.c b/libs/Pcre16/src/pcre_fullinfo.c
index 5ad4410ded..a6c2ece6ca 100644
--- a/libs/Pcre16/src/pcre_fullinfo.c
+++ b/libs/Pcre16/src/pcre_fullinfo.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_get.c b/libs/Pcre16/src/pcre_get.c
index 13bbf477c4..9475d5e88c 100644
--- a/libs/Pcre16/src/pcre_get.c
+++ b/libs/Pcre16/src/pcre_get.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_globals.c b/libs/Pcre16/src/pcre_globals.c
index c3d7db1663..0f106aa901 100644
--- a/libs/Pcre16/src/pcre_globals.c
+++ b/libs/Pcre16/src/pcre_globals.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_internal.h b/libs/Pcre16/src/pcre_internal.h
index f674acaee0..97ff55d03b 100644
--- a/libs/Pcre16/src/pcre_internal.h
+++ b/libs/Pcre16/src/pcre_internal.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_jit_compile.c b/libs/Pcre16/src/pcre_jit_compile.c
index e5d213c43e..249edbe8e7 100644
--- a/libs/Pcre16/src/pcre_jit_compile.c
+++ b/libs/Pcre16/src/pcre_jit_compile.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_maketables.c b/libs/Pcre16/src/pcre_maketables.c
index b763b5c7ca..a44a6eaa90 100644
--- a/libs/Pcre16/src/pcre_maketables.c
+++ b/libs/Pcre16/src/pcre_maketables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_newline.c b/libs/Pcre16/src/pcre_newline.c
index e4d83e885d..b8f5a4de19 100644
--- a/libs/Pcre16/src/pcre_newline.c
+++ b/libs/Pcre16/src/pcre_newline.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_refcount.c b/libs/Pcre16/src/pcre_refcount.c
index 9fab761d92..79efa90f21 100644
--- a/libs/Pcre16/src/pcre_refcount.c
+++ b/libs/Pcre16/src/pcre_refcount.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_string_utils.c b/libs/Pcre16/src/pcre_string_utils.c
index 39e40d208f..25eacc8507 100644
--- a/libs/Pcre16/src/pcre_string_utils.c
+++ b/libs/Pcre16/src/pcre_string_utils.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_study.c b/libs/Pcre16/src/pcre_study.c
index cbff6919ba..d9d4960d84 100644
--- a/libs/Pcre16/src/pcre_study.c
+++ b/libs/Pcre16/src/pcre_study.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_tables.c b/libs/Pcre16/src/pcre_tables.c
index 9d8035effc..5e18e8cf90 100644
--- a/libs/Pcre16/src/pcre_tables.c
+++ b/libs/Pcre16/src/pcre_tables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_ucd.c b/libs/Pcre16/src/pcre_ucd.c
index 0dc72a8d34..f22f826c4c 100644
--- a/libs/Pcre16/src/pcre_ucd.c
+++ b/libs/Pcre16/src/pcre_ucd.c
@@ -1,4 +1,4 @@
-/* This module is generated by the maint/MultiStage2.py script.
+/* This module is generated by the maint/MultiStage2.py script.
Do not modify it by hand. Instead modify the script and run it
to regenerate this code.
diff --git a/libs/Pcre16/src/pcre_version.c b/libs/Pcre16/src/pcre_version.c
index 27d40158f8..ae86ff28bc 100644
--- a/libs/Pcre16/src/pcre_version.c
+++ b/libs/Pcre16/src/pcre_version.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_xclass.c b/libs/Pcre16/src/pcre_xclass.c
index 5784f8c69f..ef759a589a 100644
--- a/libs/Pcre16/src/pcre_xclass.c
+++ b/libs/Pcre16/src/pcre_xclass.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/stdafx.cxx b/libs/Pcre16/src/stdafx.cxx
index 7df047aeff..0fb604da7c 100644
--- a/libs/Pcre16/src/stdafx.cxx
+++ b/libs/Pcre16/src/stdafx.cxx
@@ -1,2 +1,2 @@
-
+
#include "stdafx.h" \ No newline at end of file
diff --git a/libs/Pcre16/src/stdafx.h b/libs/Pcre16/src/stdafx.h
index 74d247a037..d78b7834c8 100644
--- a/libs/Pcre16/src/stdafx.h
+++ b/libs/Pcre16/src/stdafx.h
@@ -1,2 +1,2 @@
-
+
// just a stub \ No newline at end of file
diff --git a/libs/Pcre16/src/ucp.h b/libs/Pcre16/src/ucp.h
index 00a3f9b24c..2fa00296e4 100644
--- a/libs/Pcre16/src/ucp.h
+++ b/libs/Pcre16/src/ucp.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Unicode Property Table handler *
*************************************************/