Format all C++ and Java code via clang-format

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-17 14:32:37 +07:00
parent 9f0290c0ec
commit bfffa1fff4
2169 changed files with 56441 additions and 64188 deletions

View File

@@ -64,7 +64,7 @@ public:
++m_idx;
}
};
}
} // namespace
UNIT_TEST(SearchStringTokensIntersectionRange)
{
@@ -120,7 +120,7 @@ UNIT_TEST(SearchStringTokensIntersectionRange)
for (TestData const & data : tests)
{
search::SearchStringTokensIntersectionRanges(
data.m_input, data.m_lowTokens.begin(), data.m_lowTokens.end(), CheckRange(data.m_results));
search::SearchStringTokensIntersectionRanges(data.m_input, data.m_lowTokens.begin(), data.m_lowTokens.end(),
CheckRange(data.m_results));
}
}