Skip to content

Commit 81af9cf

Browse files
committed
grt: clang-format
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 8cb246a commit 81af9cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)