From 23463d9d90e69d75c6d456268882e36ea134ae8b Mon Sep 17 00:00:00 2001
From: lsh123 <aleksey@aleksey.com>
Date: Sun, 26 Oct 2025 15:57:36 -0700
Subject: [PATCH] Cleanup errors (#976)

Index: src/parser.c
--- src/parser.c.orig
+++ src/parser.c
@@ -199,8 +199,7 @@ xmlSecParserPushBin(xmlSecTransformPtr transform, cons
         }
 
         /* todo: check that document is well formed? */
-        transform->outNodes = xmlSecNodeSetCreate(ctx->parserCtx->myDoc,
-                                                  NULL, xmlSecNodeSetTree);
+        transform->outNodes = xmlSecNodeSetCreate(ctx->parserCtx->myDoc, NULL, xmlSecNodeSetTree);
         if(transform->outNodes == NULL) {
             xmlSecInternalError("xmlSecNodeSetCreate", xmlSecTransformGetName(transform));
             xmlFreeDoc(ctx->parserCtx->myDoc);
