From e8a77e66862daac5a3bab825a375fbb43b8b5b8b Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sun, 6 Mar 2016 16:31:00 +0100 Subject: - removed superfluous semicolons from namespace definitions --- heimdall/source/ClosePcScreenAction.h | 2 +- heimdall/source/DetectAction.h | 2 +- heimdall/source/DownloadPitAction.h | 2 +- heimdall/source/FlashAction.h | 2 +- heimdall/source/HelpAction.h | 2 +- heimdall/source/InfoAction.h | 2 +- heimdall/source/Interface.h | 2 +- heimdall/source/PrintPitAction.h | 2 +- heimdall/source/VersionAction.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/heimdall/source/ClosePcScreenAction.h b/heimdall/source/ClosePcScreenAction.h index a3def99..58cbdee 100644 --- a/heimdall/source/ClosePcScreenAction.h +++ b/heimdall/source/ClosePcScreenAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/DetectAction.h b/heimdall/source/DetectAction.h index b706db6..b4bcd59 100644 --- a/heimdall/source/DetectAction.h +++ b/heimdall/source/DetectAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/DownloadPitAction.h b/heimdall/source/DownloadPitAction.h index 6c5f6c3..e93dcb5 100644 --- a/heimdall/source/DownloadPitAction.h +++ b/heimdall/source/DownloadPitAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/FlashAction.h b/heimdall/source/FlashAction.h index d837374..dcc969e 100644 --- a/heimdall/source/FlashAction.h +++ b/heimdall/source/FlashAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/HelpAction.h b/heimdall/source/HelpAction.h index bb27790..ce06ac4 100644 --- a/heimdall/source/HelpAction.h +++ b/heimdall/source/HelpAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/InfoAction.h b/heimdall/source/InfoAction.h index 6727502..89fec36 100644 --- a/heimdall/source/InfoAction.h +++ b/heimdall/source/InfoAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/Interface.h b/heimdall/source/Interface.h index e4c89d7..a3fb1d7 100644 --- a/heimdall/source/Interface.h +++ b/heimdall/source/Interface.h @@ -74,7 +74,7 @@ namespace Heimdall void PrintPit(const libpit::PitData *pitData); void SetStdoutErrors(bool enabled); - }; + } } #endif diff --git a/heimdall/source/PrintPitAction.h b/heimdall/source/PrintPitAction.h index 948f0bd..ff2831b 100644 --- a/heimdall/source/PrintPitAction.h +++ b/heimdall/source/PrintPitAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/VersionAction.h b/heimdall/source/VersionAction.h index 9a1e6ce..9dee26f 100644 --- a/heimdall/source/VersionAction.h +++ b/heimdall/source/VersionAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif -- cgit v1.1