From 24cec7a35072ac50e1fe902a925e69330866dbca Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 5 Mar 2026 04:50:32 +0000 Subject: made formatting more consistent --- src/Infobox/Infobox.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/Infobox/Infobox.c') diff --git a/src/Infobox/Infobox.c b/src/Infobox/Infobox.c index 5043c05..337b057 100644 --- a/src/Infobox/Infobox.c +++ b/src/Infobox/Infobox.c @@ -2,12 +2,12 @@ #include void free_infobox(InfoBox *info) { - if (info->title) - free(info->title); - if (info->thumbnail_url) - free(info->thumbnail_url); - if (info->extract) - free(info->extract); - if (info->url) - free(info->url); + if (info->title) + free(info->title); + if (info->thumbnail_url) + free(info->thumbnail_url); + if (info->extract) + free(info->extract); + if (info->url) + free(info->url); } -- cgit v1.2.3