Skip to content

Commit cf9a357

Browse files
committed
clang format
Signed-off-by: arthurjolo <[email protected]>
1 parent 9a54cca commit cf9a357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cts/src/TritonCTS.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ void TritonCTS::writeDataToDb()
485485
double allSinkDistance = 0.0;
486486
int minDepth = 0;
487487
int maxDepth = 0;
488-
bool reportFullTree = !builder->getParent()
489-
&& !builder->getChildren().empty();
488+
bool reportFullTree
489+
= !builder->getParent() && !builder->getChildren().empty();
490490

491491
std::unordered_set<odb::dbITerm*> sinks;
492492
builder->getClock().forEachSink([&sinks](const ClockInst& inst) {

0 commit comments

Comments
 (0)