Skip to content

Commit 85c4e03

Browse files
committed
odb: Fixed clang format issue
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7c38595 commit 85c4e03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/odb/src/db/dbInsertBuffer.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ bool dbInsertBuffer::checkDontTouch(const dbITerm* iterm) const
313313
return false;
314314
}
315315

316-
void dbInsertBuffer::placeBufferAtLocation(dbInst* buffer_inst, const Point& loc)
316+
void dbInsertBuffer::placeBufferAtLocation(dbInst* buffer_inst,
317+
const Point& loc)
317318
{
318319
buffer_inst->setLocation(loc.getX(), loc.getY());
319320
buffer_inst->setPlacementStatus(dbPlacementStatus::PLACED);
@@ -1663,7 +1664,7 @@ void dbInsertBuffer::dlogMovedBTermLoad(int load_idx,
16631664
}
16641665

16651666
void dbInsertBuffer::dlogPlacedBuffer(const dbInst* buffer_inst,
1666-
const Point& loc) const
1667+
const Point& loc) const
16671668
{
16681669
debugPrint(logger_,
16691670
utl::ODB,

0 commit comments

Comments
 (0)