Skip to content

Commit

Permalink
Ctidy clean up. Signed-off-by: Andy Fox <[email protected]>
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Sep 8, 2024
1 parent 1621933 commit 3aced73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2615,9 +2615,8 @@ dbModule* dbNetwork::findHighestCommonModule(std::vector<dbModule*>& itree1,
for (int i = 0; i != limit; i++) {
if (*itree1_iter != *itree2_iter) {
return common_module;
} else {
common_module = *itree1_iter;
}
common_module = *itree1_iter;
itree1_iter++;
itree2_iter++;
}
Expand Down

0 comments on commit 3aced73

Please sign in to comment.