Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / src / test_filter1.cpp
index f8df1d9..192f301 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2012 Index Data
+   Copyright (C) Index Data
 
 Metaproxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -35,14 +35,14 @@ public:
     void configure(const xmlNode * ptr, bool test_only,
                    const char *path) { };
 };
-    
+
 
 BOOST_AUTO_TEST_CASE( test_filter1 )
 {
     try{
         TFilter filter;
 
-        
+
         BOOST_CHECK (sizeof(filter) > 0);
     }
     catch ( ... ) {