style fix.

This commit is contained in:
Adrien Destugues
2014-09-26 16:16:52 +02:00
parent 2f36873105
commit be37c44a19
@@ -40,7 +40,7 @@ BNetworkRequest::Stop()
void
BNetworkRequest::SetTimeout(bigtime_t timeout)
{
if (fSocket)
if (fSocket != NULL)
fSocket->SetTimeout(timeout);
}