Version 3.0.2
[rtaudio.git] / RtError.h
index 465cd754c2bb92790527fbb0bf5b07ef0077273e..cb1283df33fea56067162b079d5734d2d7382982 100644 (file)
--- a/RtError.h
+++ b/RtError.h
@@ -39,7 +39,7 @@ protected:
 
 public:
   //! The constructor.
-  RtError(const std::string& message, Type type = RtError::UNSPECIFIED) : message_(message), type_(type){}
+  RtError(const std::string& message, Type type = RtError::UNSPECIFIED) : message_(message), type_(type) {}
 
   //! The destructor.
   virtual ~RtError(void) {};