mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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;
|
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;
|
__auto_type sym = (exprsym_t *) s;
|
||||||
return sym->name;
|
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;
|
exprsym_t *sym;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue