Skip to content

Commit 2ed6176

Browse files
committed
ppl: clang-format
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 5857293 commit 2ed6176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ppl/src/IOPlacer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,8 @@ void IOPlacer::initMirroredPins(bool annealing)
18971897

18981898
void IOPlacer::initExcludedIntervals()
18991899
{
1900-
for (const odb::Rect& excluded_region : getBlock()->getBlockedRegionsForPins()) {
1900+
for (const odb::Rect& excluded_region :
1901+
getBlock()->getBlockedRegionsForPins()) {
19011902
Interval excluded_interv = findIntervalFromRect(excluded_region);
19021903
excluded_intervals_.push_back(excluded_interv);
19031904
}

0 commit comments

Comments
 (0)