Skip to content

Commit 75125c9

Browse files
committed
mpl: format
Signed-off-by: Arthur Koucher <[email protected]>
1 parent efb5dfa commit 75125c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/mpl/src/hier_rtlmp.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,10 +1329,10 @@ void HierRTLMP::placeChildren(Cluster* parent, bool ignore_std_cell_area)
13291329
return;
13301330
}
13311331

1332-
// Cover IO Clusters, Leaf Std Cells and Fixed Macros.
1333-
if (parent->isLeaf()) {
1334-
return;
1335-
}
1332+
// Cover IO Clusters, Leaf Std Cells and Fixed Macros.
1333+
if (parent->isLeaf()) {
1334+
return;
1335+
}
13361336

13371337
debugPrint(logger_,
13381338
MPL,

0 commit comments

Comments
 (0)