Cleanup: whitespace fix.
[dcpomatic.git] / src / lib / exceptions.h
index ed002d0a9a1ea7856090be16c246490a2ad35b14..ace7a1c000a55afcc955f62f64990030aee253ac 100644 (file)
@@ -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 = "");