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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Infobox/Infobox.h') diff --git a/src/Infobox/Infobox.h b/src/Infobox/Infobox.h index a052b80..ecb16b6 100644 --- a/src/Infobox/Infobox.h +++ b/src/Infobox/Infobox.h @@ -2,10 +2,10 @@ #define INFOBOX_H typedef struct { - char *title; - char *thumbnail_url; - char *extract; - char *url; + char *title; + char *thumbnail_url; + char *extract; + char *url; } InfoBox; void free_infobox(InfoBox *info); -- cgit v1.2.3