re-indent
This commit is contained in:
parent
532239d83a
commit
10787cbff9
1 changed files with 1321 additions and 1321 deletions
6
toml.c
6
toml.c
|
@ -382,12 +382,12 @@ static int e_bad_key_error(context_t* ctx, int lineno)
|
|||
}
|
||||
|
||||
/*
|
||||
static int e_noimpl(context_t* ctx, const char* feature)
|
||||
{
|
||||
static int e_noimpl(context_t* ctx, const char* feature)
|
||||
{
|
||||
snprintf(ctx->errbuf, ctx->errbufsz, "not implemented: %s", feature);
|
||||
longjmp(ctx->jmp, 1);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
static int e_key_exists_error(context_t* ctx, int lineno, const char* key)
|
||||
|
|
Loading…
Reference in a new issue