Reformat: delete trailing whitespace
[metaproxy-moved-to-github.git] / src / filter_template.cpp
index c026184..3a4523d 100644 (file)
@@ -44,7 +44,7 @@ namespace metaproxy_1 {
 }
 
 // define Pimpl wrapper forwarding to Impl
+
 yf::Template::Template() : m_p(new Impl)
 {
 }
@@ -75,7 +75,7 @@ yf::Template::Impl::Impl()
 }
 
 yf::Template::Impl::~Impl()
-{ 
+{
 }
 
 void yf::Template::Impl::configure(const xmlNode *xmlnode, bool test_only,