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
+1 -1
View File
@@ -36,7 +36,7 @@ ScriptValueP export_set(SetP const& set, vector<CardP> const& cards, ExportTempl
/** This class is used by wxWidgets as a kind of 'main function'
*/
class MSE : public wxApp {
public:
public:
/// Do nothing. The command line parsing, etc. is done in OnRun
bool OnInit() { return true; }
/// Main startup function of the program