Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever.
This commit is contained in:
parent
20ecfcd8e0
commit
2f8fec6b70
45 changed files with 102 additions and 102 deletions
|
@ -3456,7 +3456,7 @@ void NetAPI_CancelRequest( int context )
|
||||||
SetBits( nr->resp.error, NET_ERROR_TIMEOUT );
|
SetBits( nr->resp.error, NET_ERROR_TIMEOUT );
|
||||||
nr->resp.ping = host.realtime - nr->timesend;
|
nr->resp.ping = host.realtime - nr->timesend;
|
||||||
nr->pfnFunc( &nr->resp );
|
nr->pfnFunc( &nr->resp );
|
||||||
}
|
|
||||||
|
|
||||||
if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request )
|
if( clgame.net_requests[i].resp.type == NETAPI_REQUEST_SERVERLIST && &clgame.net_requests[i] == clgame.master_request )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue