Skip to content

Commit 81af9cf

Browse files
committed
grt: clang-format
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 8cb246a commit 81af9cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/grt/src/Pin.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ bool Pin::isCorePin() const
192192
}
193193

194194
odb::dbInst* inst = iterm->getInst();
195-
return inst->isCore();;
195+
return inst->isCore();
196+
;
196197
}
197198

198199
} // namespace grt

0 commit comments

Comments
 (0)