Cleanup: indentation of public/protected/private keywords

This commit is contained in:
Twan van Laarhoven
2020-05-12 21:57:37 +02:00
parent 86aec577a2
commit 0c3712b61a
167 changed files with 751 additions and 752 deletions
+2 -2
View File
@@ -20,10 +20,10 @@
// Class that intercepts all events not directed to a DropDownList, and closes the list
class DropDownHider : public wxEvtHandler {
public:
public:
DropDownHider(DropDownList& list) : list(list) {}
private:
private:
DropDownList& list;
virtual bool ProcessEvent(wxEvent& ev) {