Cleanup: whitespace.
[dcpomatic.git] / src / lib / exceptions.h
index ace7a1c000a55afcc955f62f64990030aee253ac..80d4801daf83d24854d2b6f1e23a11b6497eab9a 100644 (file)
@@ -466,8 +466,8 @@ class PrivilegeError : public std::runtime_error
 {
 public:
        explicit PrivilegeError (std::string s)
-                       : std::runtime_error (s)
-               {}
+               : std::runtime_error (s)
+       {}
 };