Skip to content

Commit 0ef7cc2

Browse files
committed
Replace space tabs
1 parent f788a3b commit 0ef7cc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Quake/host_cmd.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -884,11 +884,11 @@ Goes to a new map, taking all clients along
884884
*/
885885
static void Host_Changelevel_f (void)
886886
{
887-
if (host_intruder.value)
888-
{
889-
Host_Map_f();
890-
return;
891-
}
887+
if (host_intruder.value)
888+
{
889+
Host_Map_f();
890+
return;
891+
}
892892

893893
char level[MAX_QPATH];
894894

0 commit comments

Comments
 (0)