Skip to content

Commit 7979156

Browse files
committed
tst: clang-format
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 4c8ca6b commit 7979156

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/tst/include/tst/fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Fixture : public ::testing::Test
4949

5050
// Add macros to this library
5151
bool updateLib(odb::dbLib* lib, const std::string& lef_file);
52-
52+
5353
utl::Logger logger_;
5454
utl::UniquePtrWithDeleter<odb::dbDatabase> db_;
5555
utl::UniquePtrWithDeleter<Tcl_Interp> interp_;

src/tst/src/fixture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ bool Fixture::updateLib(odb::dbLib* lib, const std::string& lef_file)
126126
odb::lefin lef_reader(
127127
db_.get(), &logger_, /*ignore_non_routing_layers=*/false);
128128
auto path = getFilePath(lef_file);
129-
129+
130130
return lef_reader.updateLib(lib, path.c_str());
131131
}
132132

0 commit comments

Comments
 (0)