Skip to content

Commit b951cbb

Browse files
committed
cts: clang-format
Signed-off-by: arthurjolo <[email protected]>
1 parent 1825999 commit b951cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cts/src/TechChar.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,8 @@ void TechChar::create()
16991699
if (!solution.isPureWire && buffersCombinations > 1) {
17001700
updateBufferTopologies(solution);
17011701
}
1702-
// For pure-wire solution buffersCombinations == 1, so it only runs once.
1702+
// For pure-wire solution buffersCombinations == 1, so it only runs
1703+
// once.
17031704
buffersCombinations--;
17041705
} while (buffersCombinations != 0);
17051706
}

0 commit comments

Comments
 (0)