From: Carl Hetherington Date: Thu, 11 May 2023 22:46:28 +0000 (+0200) Subject: Cleanup: whitespace fix. X-Git-Tag: v2.16.56~15 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=61a31803c519f74344c37c97a9df5fa11ef1dc6a Cleanup: whitespace fix. --- diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index ed002d0a9..ace7a1c00 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -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 = "");