Skip to content
Snippets Groups Projects
Commit aea6975a authored by Studer Gabriel's avatar Studer Gabriel
Browse files

cosmetics

parent 3ab5b5b8
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ bool compare_files(const String& test, const String& gold_standard)
}
String test_line, gold_line;
while (true) {
bool test_end= !std::getline(test_stream, test_line);
bool gold_end= !std::getline(gold_stream, gold_line);
bool test_end = !std::getline(test_stream, test_line);
bool gold_end = !std::getline(gold_stream, gold_line);
if (!(test_end || gold_end)) {
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment