Utils/Console: Add CharAsString utility
[senf.git] / senf / PPI / IOEvent.hh
index ac08128..32c699f 100644 (file)
@@ -101,11 +101,11 @@ namespace ppi {
 
         /** \brief Unhandled error condition */
         struct ErrorException : public senf::Exception
-        { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException"){} };
+        { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException") {} };
 
         /** \brief Unhandled hangup condition */
         struct HangupException : public senf::Exception
-        { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException"){} };
+        { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException") {} };
 
     protected: