aboutsummaryrefslogtreecommitdiff
path: root/src/Infobox/Infobox.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-05 04:50:32 +0000
committerfrosty <gabriel@bwaaa.monster>2026-03-05 04:50:32 +0000
commit24cec7a35072ac50e1fe902a925e69330866dbca (patch)
treef60bb7c38b0b952e074f9b8f8d1cef758d7f8ec8 /src/Infobox/Infobox.h
parent5ed5a6ecc749e8b557ea62f04a444e203f4e48f6 (diff)
downloadomnisearch-24cec7a35072ac50e1fe902a925e69330866dbca.tar.gz
made formatting more consistentHEADmaster
Diffstat (limited to 'src/Infobox/Infobox.h')
-rw-r--r--src/Infobox/Infobox.h8
1 files changed, 4 insertions, 4 deletions
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);