aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-02 00:49:09 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-02 00:49:09 +1100
commit7ebee1e87728a468bda9547c83b42317acd0e676 (patch)
treeebda084ff2495cdc48b61931187066484c7bf19a
parent86b7be8329fc5e14e016968b6b1bf22a6ef821d1 (diff)
parente8a77e66862daac5a3bab825a375fbb43b8b5b8b (diff)
downloadexternal_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.zip
external_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.gz
external_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.bz2
Merge pull request #333 from kratz00/superfluous_semicolon
- removed superfluous semicolons from namespace definitions
-rw-r--r--heimdall/source/ClosePcScreenAction.h2
-rw-r--r--heimdall/source/DetectAction.h2
-rw-r--r--heimdall/source/DownloadPitAction.h2
-rw-r--r--heimdall/source/FlashAction.h2
-rw-r--r--heimdall/source/HelpAction.h2
-rw-r--r--heimdall/source/InfoAction.h2
-rw-r--r--heimdall/source/Interface.h2
-rw-r--r--heimdall/source/PrintPitAction.h2
-rw-r--r--heimdall/source/VersionAction.h2
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