File 1264-erts-fix-indentation-issue.patch of Package erlang

From 6d548e6ff86764cde4bcbcd79047c30955275448 Mon Sep 17 00:00:00 2001
From: Fredrik Frantzen <frazze@erlang.org>
Date: Thu, 3 Apr 2025 16:35:56 +0200
Subject: [PATCH] erts: fix indentation issue

---
 erts/emulator/pcre/pcre_compile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/erts/emulator/pcre/pcre_compile.c b/erts/emulator/pcre/pcre_compile.c
index 1593753bcd..397ada5123 100644
--- a/erts/emulator/pcre/pcre_compile.c
+++ b/erts/emulator/pcre/pcre_compile.c
@@ -9502,7 +9502,7 @@ if (cd->names_found > 0)
     add_name(cd, ng->name, ng->length, ng->number);
   if (cd->named_group_list_size > NAMED_GROUP_LIST_SIZE)
     (PUBL(free))((void *)cd->named_groups);
-    cd->named_group_list_size = 0;   /* So we don't free it twice */
+  cd->named_group_list_size = 0;   /* So we don't free it twice */
   }
 
 /* Set up a starting, non-extracting bracket, then compile the expression. On
-- 
2.43.0

openSUSE Build Service is sponsored by