Clean up indentation

This commit is contained in:
Martin Lund 2022-09-18 19:20:12 +02:00
parent e54a13827b
commit ce3101a380
4 changed files with 118 additions and 112 deletions

View file

@ -24,18 +24,18 @@
struct config_t
{
const char *user;
const char *user;
char *path;
char *section_name;
char *match;
char *path;
char *section_name;
char *match;
char *tty;
char *flow;
char *parity;
char *log_filename;
char *socket;
char *map;
char *tty;
char *flow;
char *parity;
char *log_filename;
char *socket;
char *map;
};
void config_file_print(void);