X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Fio.cpp;h=367f463b97fc249ebe9451fdf871658aa8690f46;hp=4d7624be7600fac32236b48dc10f6ae0b962750e;hb=170d8624e1370fd396ba41be7b15d7fce179eb90;hpb=6359c40e1ea65744e608dbd373c5371e03042d47 diff --git a/alg/io.cpp b/alg/io.cpp index 4d7624b..367f463 100644 --- a/alg/io.cpp +++ b/alg/io.cpp @@ -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 +}