From 4cbb756c732ddea66d395923cc07c0d763024f97 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 27 Aug 2025 11:25:45 -0400 Subject: format: indent to 4 spaces --- include/engine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index 1d19ec5..d7e05e0 100644 --- a/include/engine.h +++ b/include/engine.h @@ -30,16 +30,16 @@ * config: Config of the ingested file */ typedef struct { - list_t *content_headers; - config_t *config; + list_t *content_headers; + config_t *config; } engine_t; /* * An atom is a single iteration of an EACHDO. */ typedef struct { - char *content; - int priority; + char *content; + int priority; } atom_t; engine_t *engine_ingest(char **buffer); -- cgit v1.2.3