Cleanup: whitespace.
[dcpomatic.git] / src / lib / exceptions.h
index ed002d0a9a1ea7856090be16c246490a2ad35b14..80d4801daf83d24854d2b6f1e23a11b6497eab9a 100644 (file)
@@ -351,8 +351,8 @@ public:
        explicit InvalidSignerError (std::string reason);
 };
 
-class ProgrammingError : public std::runtime_error
 
+class ProgrammingError : public std::runtime_error
 {
 public:
        ProgrammingError (std::string file, int line, std::string message = "");
@@ -466,8 +466,8 @@ class PrivilegeError : public std::runtime_error
 {
 public:
        explicit PrivilegeError (std::string s)
-                       : std::runtime_error (s)
-               {}
+               : std::runtime_error (s)
+       {}
 };