tabs are better; ok nicm

This commit is contained in:
Theo Deraadt
2009-10-26 21:42:04 +00:00
parent a8b1379ccb
commit ed62d1263c
11 changed files with 73 additions and 73 deletions

4
cfg.c
View File

@ -53,9 +53,9 @@ cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)
int
load_cfg(const char *path, struct cmd_ctx *ctxin, char **cause)
{
FILE *f;
FILE *f;
u_int n;
char *buf, *line, *ptr;
char *buf, *line, *ptr;
size_t len;
struct cmd_list *cmdlist;
struct cmd_ctx ctx;