Cleanup: whitespace.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 May 2023 20:23:05 +0000 (22:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 May 2023 08:57:01 +0000 (10:57 +0200)
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)
+       {}
 };