mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-15 15:35:07 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -432,7 +432,7 @@ void FreqWindow::GetAudio()
|
||||
}
|
||||
t = iter.Next();
|
||||
}
|
||||
|
||||
|
||||
if (selcount == 0)
|
||||
return;
|
||||
|
||||
@@ -477,7 +477,7 @@ void FreqWindow::DrawPlot()
|
||||
}
|
||||
|
||||
mBitmap = new wxBitmap(mUpdateRect.width, mUpdateRect.height);
|
||||
|
||||
|
||||
wxMemoryDC memDC;
|
||||
memDC.SelectObject(*mBitmap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user