[gtksourceview] implregex: whitespace cleanup



commit 18f07d3eebcc1eefa91d8abea61c28ffa8ff790e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 2 14:31:30 2021 -0700

    implregex: whitespace cleanup

 gtksourceview/implregex.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gtksourceview/implregex.c b/gtksourceview/implregex.c
index 6330a1e7..e3edc094 100644
--- a/gtksourceview/implregex.c
+++ b/gtksourceview/implregex.c
@@ -1048,12 +1048,12 @@ again:
        if (match_info->regex->has_jit)
        {
                match_info->matches = pcre2_jit_match (match_info->regex->code,
-                                                       (PCRE2_SPTR)match_info->string,
-                                                       match_info->string_len,
-                                                       match_info->start_pos,
-                                                       match_info->match_flags,
-                                                       match_info->match_data,
-                                                       NULL);
+                                                      (PCRE2_SPTR)match_info->string,
+                                                      match_info->string_len,
+                                                      match_info->start_pos,
+                                                      match_info->match_flags,
+                                                      match_info->match_data,
+                                                      NULL);
        }
        else
        {
@@ -1063,12 +1063,12 @@ again:
                        match_flags |= PCRE2_NO_UTF_CHECK;
 
                match_info->matches = pcre2_match (match_info->regex->code,
-                                                   (PCRE2_SPTR)match_info->string,
-                                                   match_info->string_len,
-                                                   match_info->start_pos,
-                                                   match_flags,
-                                                   match_info->match_data,
-                                                   NULL);
+                                                  (PCRE2_SPTR)match_info->string,
+                                                  match_info->string_len,
+                                                  match_info->start_pos,
+                                                  match_flags,
+                                                  match_info->match_data,
+                                                  NULL);
        }
 
        if (set_regex_error (error, match_info->matches))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]