mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
white space
This commit is contained in:
parent
4e8718980f
commit
049968b38e
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue