From bf00009cc87d3f9833dbb4f918a858fac1562eb7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 28 Jun 2012 16:12:06 +0900 Subject: [PATCH] A touch of whitespace cleanup. --- qw/source/sv_user.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qw/source/sv_user.c b/qw/source/sv_user.c index 273d02d38..438254379 100644 --- a/qw/source/sv_user.c +++ b/qw/source/sv_user.c @@ -2028,8 +2028,9 @@ SV_UserInit (void) Cvar_Info, "FIXME something to do with sv_antilag"); - sv_allowfake = Cvar_Get ("sv_allowfake", "2", CVAR_NONE, NULL, "Allow 'fake' messages (FuhQuake $\\). 1 = " - "always, 2 = only say_team"); + sv_allowfake = Cvar_Get ("sv_allowfake", "2", CVAR_NONE, NULL, + "Allow 'fake' messages (FuhQuake $\\). 1 = " + "always, 2 = only say_team"); sv_spectalk = Cvar_Get ("sv_spectalk", "1", CVAR_NONE, NULL, "Toggles " "the ability of spectators to talk to players"); sv_mapcheck = Cvar_Get ("sv_mapcheck", "1", CVAR_NONE, NULL, "Toggle the "