diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /src/exceptions.h | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index dfbea60b..fd1dd6a6 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -78,7 +78,7 @@ public: : FileError (message, filename, number) {} }; - + /** @brief A miscellaneous exception */ class MiscError : public StringError { @@ -86,7 +86,7 @@ public: MiscError (std::string const & message) : StringError (message) {} - + ~MiscError () throw () {} }; @@ -97,7 +97,7 @@ public: DCPReadError (std::string const & message) : StringError (message) {} - + ~DCPReadError () throw () {} }; @@ -118,7 +118,7 @@ public: NotEncryptedError (std::string const & asset); ~NotEncryptedError () throw () {} }; - + } #endif |
