Change braces to match the rest of SM.

Remove the tab after the last newline.
This commit is contained in:
Steve Checkoway
2003-08-07 08:18:03 +00:00
parent aa6ca21d61
commit 4df19805c5
@@ -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 */