X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=385ac4b6c7556574fdb3d7eb906e77edea88b4de;hb=247619677f93babcb621649e3728238bfdbc8646;hp=23f3ff247123837b57aeddb32355d016be4a0efa;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index 23f3ff2..385ac4b 100644 --- a/senf/Utils/Logger/Target.hh +++ b/senf/Utils/Logger/Target.hh @@ -340,12 +340,12 @@ namespace log { /** \brief Exception: Invalid stream */ struct InvalidStreamException : public senf::Exception { InvalidStreamException() - : senf::Exception("senf::log::Target::InvalidStreamException"){} }; + : senf::Exception("senf::log::Target::InvalidStreamException") {} }; /** \brief Exception: Invalid area */ struct InvalidAreaException : public senf::Exception { InvalidAreaException() - : senf::Exception("senf::log::Target::InvalidAreaException"){} }; + : senf::Exception("senf::log::Target::InvalidAreaException") {} }; iterator begin() const; ///< Iterator to beginning of routing table iterator end() const; ///< Iterator past the end of routing table @@ -424,7 +424,7 @@ namespace log { #include "Target.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100