Remove trailing spaces from webrequest sample
No real changes.
This commit is contained in:
parent
89946d1fc7
commit
fd040b702d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue