mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-10 14:20:38 +00:00
Whitespace
This commit is contained in:
parent
6081ed15a7
commit
fe2f79c5ef
1 changed files with 7 additions and 7 deletions
|
@ -421,7 +421,7 @@ Cvar_CvarList_f (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Cvar_Init ()
|
Cvar_Init (void)
|
||||||
{
|
{
|
||||||
developer = Cvar_Get ("developer", "0", 0, "None");
|
developer = Cvar_Get ("developer", "0", 0, "None");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue