Browse Source

Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever.

pull/2/head
Alibek Omarov 6 years ago
parent
commit
2f8fec6b70
  1. 2
      engine/client/cl_game.c

2
engine/client/cl_game.c

@ -3456,7 +3456,7 @@ void NetAPI_CancelRequest( int context ) @@ -3456,7 +3456,7 @@ void NetAPI_CancelRequest( int context )
SetBits( nr->resp.error, NET_ERROR_TIMEOUT );
nr->resp.ping = host.realtime - nr->timesend;
nr->pfnFunc( &nr->resp );
}
if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request )
{

Loading…
Cancel
Save