Skip to content

Commit 39702b0

Browse files
committed
forgot Clang format Design.cc
Signed-off-by: Don MacMillen <[email protected]>
1 parent 6f461ba commit 39702b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Design.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ psm::PDNSim* Design::getPDNSim()
240240
return app->getPDNSim();
241241
}
242242

243-
pdn::PdnGen* Design::getPdnGen()
243+
pdn::PdnGen* Design::getPdnGen()
244244
{
245245
auto app = OpenRoad::openRoad();
246246
return app->getPdnGen();

0 commit comments

Comments
 (0)