[Commits] [SCM] claws branch, master, updated. 4.3.1-49-g803450e8a

wwp at claws-mail.org wwp at claws-mail.org
Fri Mar 21 10:15:05 UTC 2025


The branch, master has been updated
       via  803450e8a64324eb0767fe69411a2518426f3e8d (commit)
      from  96f017143222dfbe8da348d1504c5da5dfd2a9b0 (commit)

Summary of changes:
 src/plugins/rssyl/libfeed/parser_opml.c | 4 ++--
 src/plugins/rssyl/parse822.c            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 803450e8a64324eb0767fe69411a2518426f3e8d
Author: wwp <subscript at free.fr>
Date:   Fri Mar 21 11:14:36 2025 +0100

    Code reformat, use tabs.

diff --git a/src/plugins/rssyl/libfeed/parser_opml.c b/src/plugins/rssyl/libfeed/parser_opml.c
index cbf5bbed4..fe2f47eaf 100644
--- a/src/plugins/rssyl/libfeed/parser_opml.c
+++ b/src/plugins/rssyl/libfeed/parser_opml.c
@@ -107,7 +107,7 @@ void opml_process(gchar *path, OPMLProcessFunc function, gpointer data)
 	if( !g_file_get_contents(path, &contents, NULL, &error) ) {
 		g_warning("error: '%s'", error->message);
 		g_error_free(error);
-	}    
+	}
 
 	if( contents ) {
 /*
@@ -127,7 +127,7 @@ void opml_process(gchar *path, OPMLProcessFunc function, gpointer data)
 			(status == XML_STATUS_OK ? "OK" : "NOT OK"));
 
 		XML_Parse(ctx->parser, "", 0, TRUE);
-	}    
+	}
 
 	XML_ParserFree(ctx->parser);
 	if (ctx->str != NULL)
diff --git a/src/plugins/rssyl/parse822.c b/src/plugins/rssyl/parse822.c
index 036925508..2f8a93df9 100644
--- a/src/plugins/rssyl/parse822.c
+++ b/src/plugins/rssyl/parse822.c
@@ -197,7 +197,7 @@ FeedItem *rssyl_parse_folder_item_file(gchar *path)
 				if (body)
 				{
 					g_warning("unexpected leading html tag found at line %d", i);
-				    g_string_free(body, TRUE);
+					g_string_free(body, TRUE);
 				}
 				body = g_string_new("");
 				i++;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list