mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -21,7 +21,8 @@ UNIT_TEST(Cancellable_Smoke)
|
||||
|
||||
double x = 0.123;
|
||||
|
||||
auto const fn = [&] {
|
||||
auto const fn = [&]
|
||||
{
|
||||
for (size_t it = 0;; it++)
|
||||
{
|
||||
if (it > 100 && cancellable.IsCancelled())
|
||||
@@ -54,7 +55,8 @@ UNIT_TEST(Cancellable_Deadline)
|
||||
|
||||
double x = 0.123;
|
||||
|
||||
auto const fn = [&] {
|
||||
auto const fn = [&]
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
if (cancellable.IsCancelled())
|
||||
|
||||
Reference in New Issue
Block a user