Skip to content

Commit

Permalink
[KaMinPar] Fix indentation of partitioning mode output
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Sep 26, 2023
1 parent 2e84eea commit f4657d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaminpar/context_io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void print(const PartitionContext &p_ctx, std::ostream &out) {
}

void print(const PartitioningContext &p_ctx, std::ostream &out) {
out << "Partitioning mode: " << p_ctx.mode << "\n";
out << "Partitioning mode: " << p_ctx.mode << "\n";
if (p_ctx.mode == PartitioningMode::DEEP) {
out << " Deep initial part. mode: " << p_ctx.deep_initial_partitioning_mode << "\n";
out << " Deep initial part. load: " << p_ctx.deep_initial_partitioning_load << "\n";
Expand Down

0 comments on commit f4657d1

Please sign in to comment.