From e520f1009eaa552c7b3931ced85c0f19d8aff554 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jun 2015 16:22:08 +0100 Subject: No-op: whitespace. --- src/exceptions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exceptions.h') 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 -- cgit v1.2.3