re-indent sources

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin
2000-01-31 10:43:24 +00:00
parent 0c8c86a6b0
commit b5ce269b14
7 changed files with 2270 additions and 2260 deletions

View File

@@ -547,3 +547,9 @@ void BrowserDB::OnFilldbTyp()
i_dbTyp[0] = 4; s_dbTyp[0] = ""; i_dbTyp[0] = 4; s_dbTyp[0] = "";
} }
//---------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------

View File

@@ -369,3 +369,4 @@ void DBGrid::OnRangeSelected( wxGridRangeSelectEvent& ev )
ev.Skip(); ev.Skip();
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@@ -375,3 +375,5 @@ void DBTree::OnMouseMove(wxMouseEvent &event)
TreePos = event.GetPosition(); TreePos = event.GetPosition();
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------

View File

@@ -1141,3 +1141,4 @@ void wxPaggedWindow::OnScroll( wxScrollEvent& event )
} }
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------