Skip to content

Commit a8d1fa1

Browse files
committed
fix clang-format
Signed-off-by: Jonas Gava <[email protected]>
1 parent aa1df84 commit a8d1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grt/src/fastroute/src/graph2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ std::vector<int> Graph2D::getMultipleCongestedNDRnet()
523523
{
524524
std::vector<int> net_ids;
525525
if (!congested_ndrs_.empty()) {
526-
for (int i = 0; i < ceil((double)congested_ndrs_.size() / 10); i++) {
526+
for (int i = 0; i < ceil((double) congested_ndrs_.size() / 10); i++) {
527527
net_ids.push_back(congested_ndrs_[i].net_id);
528528
}
529529
}

0 commit comments

Comments
 (0)