Skip to content

Commit

Permalink
test job
Browse files Browse the repository at this point in the history
Change-Id: Id58cab4f6c68ccebf81d263aceec6696a594fc29
  • Loading branch information
ABBAPOH committed Dec 26, 2023
1 parent b8a72ce commit e771220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/clang-format/clang-format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ void penaltyTests(bool isThatTrue)
const auto someValue11
= functionToCall(valueX, valueY, valueXTimesY, unbelievableBigValue, unbelievableBigValue);
const auto someValue12 = functionToCall(valueX,
valueY,
valueXTimesY,
unbelievableBigValue,
unbelievableBigValue * unbelievableBigValue,
valueY,
valueXTimesY,
unbelievableBigValue,
unbelievableBigValue * unbelievableBigValue,
unbelievableBigValue);

const auto someValue13 = functionToCall(valueX,
Expand Down

0 comments on commit e771220

Please sign in to comment.