From 4df19805c5b3ca158997f9c2fcce454d5c5a38d9 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 7 Aug 2003 08:18:03 +0000 Subject: [PATCH] Change braces to match the rest of SM. Remove the tab after the last newline. --- stepmania/src/arch/ErrorDialog/ErrorDialog_darwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/arch/ErrorDialog/ErrorDialog_darwin.h b/stepmania/src/arch/ErrorDialog/ErrorDialog_darwin.h index e9bca6f425..89e3f30d34 100644 --- a/stepmania/src/arch/ErrorDialog/ErrorDialog_darwin.h +++ b/stepmania/src/arch/ErrorDialog/ErrorDialog_darwin.h @@ -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 */ - \ No newline at end of file