Skip to content

Commit 0d3de2f

Browse files
committed
dft: clang-format
Signed-off-by: Felipe Garay <fgaray@google.com>
1 parent 2fbfccb commit 0d3de2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/dft/src/Dft.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ std::vector<std::unique_ptr<ScanChain>> Dft::scanArchitect()
177177
return scan_architect->getScanChains();
178178
}
179179

180-
void Dft::scanOpt() {
180+
void Dft::scanOpt()
181+
{
181182
logger_->warn(utl::DFT, 14, "Scan Opt is not currently implemented");
182183
}
183184

0 commit comments

Comments
 (0)