diff --git a/Cantera/src/converters/filter.cpp b/Cantera/src/converters/filter.cpp index 346db5922..8603400d8 100755 --- a/Cantera/src/converters/filter.cpp +++ b/Cantera/src/converters/filter.cpp @@ -35,7 +35,8 @@ namespace ckr { */ bool filter(const string& infile, const string& database, - const string& outfile, const vector& species, const vector& reactions) { + const string& outfile, const vector& species, + const vector& reactions) { bool ok = true; @@ -54,7 +55,8 @@ namespace ckr { } } catch (ckr::CK_SyntaxError) { - cerr << "syntax error encountered while parsing " << infile << endl; + cerr << "syntax error encountered while parsing " + << infile << endl; cerr << "see log file " << logfile << " for details." << endl << endl; return false;