Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / src / plainfile.cpp
index fb87e2d..5b560c8 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2010 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
@@ -89,7 +89,7 @@ bool mp::PlainFile::getline(std::vector<std::string> &args)
             m_p->close();   // might as well close it now
             return false;
         }
-        
+
         m_p->lineno++;
         m_p->fh->getline(line_cstr, PLAINFILE_MAX_LINE-1);
         char first = line_cstr[0];