summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-18 22:23:05 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-22 10:57:01 +0200
commit2b9bdd0f97172514efe265a517653c4e49d89f55 (patch)
tree8bbd7fc175aefe71d62a7cf7f32177a18664d423
parent9f125fddff88bf62d36381f9d3f09e5240b033d5 (diff)
Cleanup: whitespace.
-rw-r--r--src/lib/exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h
index ace7a1c00..80d4801da 100644
--- a/src/lib/exceptions.h
+++ b/src/lib/exceptions.h
@@ -466,8 +466,8 @@ class PrivilegeError : public std::runtime_error
{
public:
explicit PrivilegeError (std::string s)
- : std::runtime_error (s)
- {}
+ : std::runtime_error (s)
+ {}
};