mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-14 04:01:06 +00:00
white space
This commit is contained in:
parent
ec660f6a33
commit
a88dc7371c
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ void SV_Status_f (void)
|
||||||
// most remote clients are 40 columns
|
// most remote clients are 40 columns
|
||||||
// 0123456789012345678901234567890123456789
|
// 0123456789012345678901234567890123456789
|
||||||
Con_Printf ("name userid frags\n");
|
Con_Printf ("name userid frags\n");
|
||||||
Con_Printf (" address rate ping drop\n");
|
Con_Printf (" address rate ping drop\n");
|
||||||
Con_Printf (" ---------------- ---- ---- -----\n");
|
Con_Printf (" ---------------- ---- ---- -----\n");
|
||||||
for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
|
for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue