diff --git a/openfpga/src/annotation/route_clock_rr_graph.cpp b/openfpga/src/annotation/route_clock_rr_graph.cpp index 9b37061d7..00ad3bacc 100644 --- a/openfpga/src/annotation/route_clock_rr_graph.cpp +++ b/openfpga/src/annotation/route_clock_rr_graph.cpp @@ -383,7 +383,9 @@ static int rec_expand_and_route_clock_spine( switch_point_coord.y()); continue; } - /* If there are any stop is used, mark this spine is used. This is to avoid that a spine is marked unused when only its 1st stop is actually used. The skip condition may cause this. */ + /* If there are any stop is used, mark this spine is used. This is to avoid + * that a spine is marked unused when only its 1st stop is actually used. + * The skip condition may cause this. */ if (curr_stop_usage) { curr_spine_usage = true; }