Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Apr 18, 2019
1 parent 17967b1 commit c11ee2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphalg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Graphalg::Graphalg(
}

FILE_LOG(logINFO) << "Setting CH node vector of size "
<< nv.size() << "\n";
<< nv.size() << "\n";

ch.SetNodeVector(nv);

Expand All @@ -38,7 +38,7 @@ Graphalg::Graphalg(
}

FILE_LOG(logINFO) << "Setting CH edge vector of size x"
<< ev.size() << "\n";
<< ev.size() << "\n";

ch.SetEdgeVector(ev);
ch.RunPreprocessing();
Expand Down

0 comments on commit c11ee2b

Please sign in to comment.