diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-27 11:25:45 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-27 11:25:45 -0400 |
commit | 4cbb756c732ddea66d395923cc07c0d763024f97 (patch) | |
tree | 5c4affa9a7c58f7d4b8ea9a97fc326e115fb6645 /include/config.h | |
parent | fd7e478e475fccf9616998ccb62e91534e935ae5 (diff) |
format: indent to 4 spaces
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index d1eaa5d..924f606 100644 --- a/include/config.h +++ b/include/config.h @@ -25,9 +25,9 @@ #define DELIM_ARRAY "," typedef struct { - list_t *keys; - list_t *values; - list_t *array_values; + list_t *keys; + list_t *values; + list_t *array_values; } config_t; config_t *config_parse(char *content); |