From fd040b702d45323f540e0c877ddf4e3f03681914 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 01:07:55 +0100 Subject: [PATCH] Remove trailing spaces from webrequest sample No real changes. --- samples/webrequest/webrequest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/webrequest/webrequest.cpp b/samples/webrequest/webrequest.cpp index 1e861d1ed1..4baf5abc62 100644 --- a/samples/webrequest/webrequest.cpp +++ b/samples/webrequest/webrequest.cpp @@ -336,7 +336,7 @@ public: { if ( !m_currentRequest || m_currentRequest->GetBytesExpectedToReceive() <= 0 ) return; - + m_downloadGauge->SetValue((m_currentRequest->GetBytesReceived() * 100) / m_currentRequest->GetBytesExpectedToReceive()); @@ -404,7 +404,7 @@ public: { if ( !wxApp::OnInit() ) return false; - + wxInitAllImageHandlers(); // create the main application window