mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix compatibility with clang-format 18 (#6690)
* fix clang-format * compatibility with clang-format 17-18
This commit is contained in:
@@ -42,7 +42,7 @@ protected:
|
||||
|
||||
void sleepMsec(std::chrono::milliseconds msec)
|
||||
{
|
||||
EXPECT_FALSE(waitFor(
|
||||
EXPECT_FALSE(waitFor( //
|
||||
evbase_.get(),
|
||||
[]() { return false; },
|
||||
msec));
|
||||
|
||||
Reference in New Issue
Block a user