Skip to content

Commit

Permalink
Add braces to fix indentation compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed Feb 19, 2021
1 parent 2103db3 commit 3b4787a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -703,7 +703,9 @@ class CRawUDPSocketImpl final : public IRawUDPSocket
#endif

if ( g_Config_PacketTraceMaxBytes.Get() >= 0 )
{
TracePkt( true, adrTo, nChunks, pChunks );
}

#ifdef STEAMNETWORKINGSOCKETS_LOWLEVEL_TIME_SOCKET_CALLS
SteamNetworkingMicroseconds usecSendStart = SteamNetworkingSockets_GetLocalTimestamp();
Expand Down

0 comments on commit 3b4787a

Please sign in to comment.