]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
host: Stray whitespace
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Jul 2020 16:39:12 +0000 (16:39 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Jul 2020 16:39:12 +0000 (16:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12855 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 4f3e0e45b2e46becd534d25ef4a46ea9de937152..a455b88a89cb0c7a527c86e8a72719a6c75c9ae7 100644 (file)
--- a/host.c
+++ b/host.c
@@ -746,7 +746,7 @@ static void Host_Init (void)
 
        // put up the loading image so the user doesn't stare at a black screen...
        SCR_BeginLoadingPlaque(true);
-       
+
        // check for special benchmark mode
 // COMMANDLINEOPTION: Client: -benchmark <demoname> runs a timedemo and quits, results of any timedemo can be found in gamedir/benchmark.log (for example id1/benchmark.log)
        i = COM_CheckParm("-benchmark");