Change braces to match the rest of SM.
Remove the tab after the last newline.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "ErrorDialog.h"
|
||||
|
||||
class ErrorDialog_darwin : public ErrorDialog {
|
||||
class ErrorDialog_darwin : public ErrorDialog
|
||||
{
|
||||
public:
|
||||
void ShowError();
|
||||
};
|
||||
@@ -20,4 +21,3 @@ public:
|
||||
#define ARCH_ERROR_DIALOG ErrorDialog_darwin
|
||||
|
||||
#endif /* ERROR_DIALOG_DARWIN_H */
|
||||
|
||||
Reference in New Issue
Block a user