* New line chars at EOF (missed one)
[mussa.git] / alg / io.cpp
index 4d7624be7600fac32236b48dc10f6ae0b962750e..367f463b97fc249ebe9451fdf871658aa8690f46 100644 (file)
@@ -14,4 +14,4 @@ void multiplatform_getline(std::istream& in, std::string& line)
   if (c=='\012' or c == '\015') {
     in.get();
   }
-}
\ No newline at end of file
+}