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/msg.h | |
parent | fd7e478e475fccf9616998ccb62e91534e935ae5 (diff) |
format: indent to 4 spaces
Diffstat (limited to 'include/msg.h')
-rw-r--r-- | include/msg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/msg.h b/include/msg.h index 3dea0d9..da6cd19 100644 --- a/include/msg.h +++ b/include/msg.h @@ -27,9 +27,9 @@ #define CONFIG_FILE "config.cfg" typedef struct { - char *base_directory; - char *output_directory; - bool verbose; + char *base_directory; + char *output_directory; + bool verbose; } msg_t; int run(bool log); |