From: Carl Hetherington Date: Thu, 18 May 2023 20:23:05 +0000 (+0200) Subject: Cleanup: whitespace. X-Git-Tag: v2.16.57~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2b9bdd0f97172514efe265a517653c4e49d89f55 Cleanup: whitespace. --- 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) + {} };