added FormFeed character for emacs to end of files
[senf.git] / senf / Utils / Logger / Target.cc
index e60080b..6b95524 100644 (file)
@@ -492,8 +492,8 @@ senf::log::detail::LogParameters::defaultParameters()
 
 prefix_ std::ostream & senf::log::operator<<(std::ostream & os, senf::log::Target::action_t const & action)
 {
-    if( action == Target::ACCEPT) os << "ACCEPT";
-    else if( action == Target::REJECT) os << "REJECT";
+    if (action == Target::ACCEPT) os << "ACCEPT";
+    else if (action == Target::REJECT) os << "REJECT";
     else os << "unknown action";
     return os;
 }
@@ -573,7 +573,7 @@ senf::log::SyslogUDPTarget::RegisterConsole senf::log::SyslogUDPTarget::Register
 #undef prefix_
 //#include "Target.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100