white space

This commit is contained in:
Bill Currie 2021-12-04 11:38:50 +09:00
parent 4e8718980f
commit 049968b38e

View file

@ -157,13 +157,15 @@ cexpr_cvar_struct (exprctx_t *ctx)
return cvars;
}
static const char *expr_getkey (const void *s, void *unused)
static const char *
expr_getkey (const void *s, void *unused)
{
__auto_type sym = (exprsym_t *) s;
return sym->name;
}
void cexpr_init_symtab (exprtab_t *symtab, exprctx_t *ctx)
void
cexpr_init_symtab (exprtab_t *symtab, exprctx_t *ctx)
{
exprsym_t *sym;