talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 803450e8a64324eb0767fe69411a2518426f3e8d
parent 96f017143222dfbe8da348d1504c5da5dfd2a9b0
Author: wwp <subscript@free.fr>
Date:   Fri, 21 Mar 2025 11:14:36 +0100

Code reformat, use tabs.

Diffstat:
Msrc/plugins/rssyl/libfeed/parser_opml.c | 4++--
Msrc/plugins/rssyl/parse822.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -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++;