No changes whatsoever, just remove trailing whitespace.
There are no real changes in this commit but it removes all trailing white space from our source files. This avoids problems when applying patches and making diffs and it would be nice to prevent it from reappearing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -131,7 +131,7 @@ void BombsCanvas::DrawField(wxDC *dc, int xc1, int yc1, int xc2, int yc2)
|
||||
dc->SetBrush(*focusedBrush);
|
||||
else if (m_game->IsSelected(x,y))
|
||||
dc->SetBrush(*wxWHITE_BRUSH);
|
||||
else
|
||||
else
|
||||
dc->SetBrush(*yellowBrush);
|
||||
dc->DrawRectangle( x*m_cellWidth*X_UNIT, y*m_cellHeight*Y_UNIT,
|
||||
m_cellWidth*X_UNIT+1, m_cellHeight*Y_UNIT+1);
|
||||
@@ -163,7 +163,7 @@ void BombsCanvas::DrawField(wxDC *dc, int xc1, int yc1, int xc2, int yc2)
|
||||
|
||||
wxString msg;
|
||||
msg.Printf(wxT("%d bombs, %u marked, %d remaining cells"),
|
||||
m_game->GetNumBombs(), m_game->GetNumMarkedCells(),
|
||||
m_game->GetNumBombs(), m_game->GetNumMarkedCells(),
|
||||
m_game->GetNumRemainingCells() );
|
||||
|
||||
#if wxUSE_LOG && wxUSE_STATUSBAR
|
||||
|
Reference in New Issue
Block a user