Minor code formatting changes

No real changes at all, just improve layout, consistency etc.
This commit is contained in:
Vadim Zeitlin
2020-12-13 00:27:09 +01:00
parent f02f8cc8a1
commit 700d6ddea6
7 changed files with 51 additions and 32 deletions

View File

@@ -254,7 +254,7 @@ void wxWebRequestCURL::Cancel()
void wxWebRequestCURL::HandleCompletion()
{
int status = (m_response) ? m_response->GetStatus() : 0;
int status = m_response ? m_response->GetStatus() : 0;
if ( status == 0)
SetState(State_Failed, GetError());