Skip to content

Commit 2d75bd0

Browse files
committed
clang-format
Signed-off-by: Mike Inouye <mikeinouye@google.com>
1 parent 5944998 commit 2d75bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mpl/src/clusterEngine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,8 @@ void ClusteringEngine::computeMacroPinVertices(VerticesMaps& vertices_maps)
676676
{
677677
for (auto& [macro, hard_macro] : tree_->maps.inst_to_hard) {
678678
for (odb::dbITerm* pin : macro->getITerms()) {
679-
if (pin->getSigType() != odb::dbSigType::SIGNAL &&
680-
pin->getSigType() != odb::dbSigType::CLOCK) {
679+
if (pin->getSigType() != odb::dbSigType::SIGNAL
680+
&& pin->getSigType() != odb::dbSigType::CLOCK) {
681681
continue;
682682
}
683683

0 commit comments

Comments
 (0)