aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-27 11:25:45 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-27 11:25:45 -0400
commit4cbb756c732ddea66d395923cc07c0d763024f97 (patch)
tree5c4affa9a7c58f7d4b8ea9a97fc326e115fb6645 /include/engine.h
parentfd7e478e475fccf9616998ccb62e91534e935ae5 (diff)
format: indent to 4 spaces
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h8
1 files changed, 4 insertions, 4 deletions
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);