Skip to content

Commit 7b44947

Browse files
committed
fix indentation
1 parent 7e1c107 commit 7b44947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ TEST(ServerRequestParsingTest, ReadHeadersRegexComplexity) {
19481948
bool listen_thread_ok = false;
19491949
thread t = thread([&] { listen_thread_ok = svr.listen(HOST, PORT); });
19501950
while (!svr.is_running()) {
1951-
std::this_thread::sleep_for(std::chrono::milliseconds(1));
1951+
std::this_thread::sleep_for(std::chrono::milliseconds(1));
19521952
}
19531953

19541954
// A certain header line causes an exception if the header property is parsed
@@ -2023,7 +2023,7 @@ class ServerTestWithAI_PASSIVE : public ::testing::Test {
20232023
t_ = thread([&]() { ASSERT_TRUE(svr_.listen(nullptr, PORT, AI_PASSIVE)); });
20242024

20252025
while (!svr_.is_running()) {
2026-
std::this_thread::sleep_for(std::chrono::milliseconds(1));
2026+
std::this_thread::sleep_for(std::chrono::milliseconds(1));
20272027
}
20282028
}
20292029

0 commit comments

Comments
 (0)