Skip to content

Commit 71eb0a2

Browse files
committed
grt: clang-format
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 521fed4 commit 71eb0a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/grt/src/GlobalRouter.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,11 +3890,10 @@ void GlobalRouter::makeItermPins(Net* net,
38903890
}
38913891

38923892
if (!die_area.contains(inst->getBBox()->getBox())) {
3893-
logger_->error(
3894-
GRT,
3895-
280,
3896-
"Instance {} is completely outside the die area.",
3897-
inst->getName());
3893+
logger_->error(GRT,
3894+
280,
3895+
"Instance {} is completely outside the die area.",
3896+
inst->getName());
38983897
}
38993898

39003899
const odb::dbTransform transform = inst->getTransform();

0 commit comments

Comments
 (0)