Skip to content

Commit cc44545

Browse files
committed
cts: clang format TritonCTS.cpp
Signed-off-by: arthurjolo <arthurjl@precisioninno.com>
1 parent 76ab2fc commit cc44545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cts/src/TritonCTS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void TritonCTS::setupCharacterization()
244244

245245
double maxWlMicrons
246246
= resizer_->findMaxWireLength(/* don't issue error */ false) * 1e+6;
247-
if(maxWlMicrons > 0) {
247+
if (maxWlMicrons > 0) {
248248
options_->setMaxWl(block_->micronsToDbu(maxWlMicrons));
249249
}
250250

0 commit comments

Comments
 (0)