X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.hh;h=32c699fa899d6b390d9c05c2627c5d16cb7dd3e6;hb=f7f08ce8a2ffd9a8004ab04a22a8ed434c0812f7;hp=ac081289d2b0ef43aad87a807648f4b05b6436f2;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/IOEvent.hh b/senf/PPI/IOEvent.hh index ac08128..32c699f 100644 --- a/senf/PPI/IOEvent.hh +++ b/senf/PPI/IOEvent.hh @@ -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: