[engine] code format

This commit is contained in:
tangxifan 2023-01-20 21:52:32 -08:00
parent 059f8ca112
commit 101bb40d40
1 changed files with 3 additions and 1 deletions

View File

@ -766,7 +766,9 @@ static void add_lb_router_nets(
VTR_LOGV(verbose, "Bypass routing due to no routing traces found\n");
continue;
} else {
VTR_LOGV(verbose, "No regular routing traces found but only invisible routing traces will be considered\n");
VTR_LOGV(verbose,
"No regular routing traces found but only invisible routing "
"traces will be considered\n");
}
} else if (1 == pb_route_indices.size()) {
pb_route_index = pb_route_indices[0];