[core] code format

This commit is contained in:
tangxifan 2024-08-14 18:09:44 -07:00
parent 4554c5781a
commit 1bcb0d0868
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}