indent parse.h

This commit is contained in:
Bill Kendrick 2017-10-15 11:02:03 -07:00
parent e9447f8c3b
commit 0d8502bdaf

View file

@ -86,4 +86,5 @@ struct cfginfo
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))
extern void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const char *opt, const char *restrict src);
extern void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const char *opt,
const char *restrict src);