Skip to content

Commit

Permalink
Rerun format on dbNetwork.cc. 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 9, 2024
1 parent d9326f6 commit beb77c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ void dbNetwork::getParentHierarchy(dbModule* start_module,
dbModule* cur_module = start_module;
while (cur_module) {
parent_hierarchy.push_back(cur_module);
if (cur_module == top_module){
if (cur_module == top_module) {
return;
}
cur_module = start_module->getModInst()->getParent();
Expand Down

0 comments on commit beb77c8

Please sign in to comment.