chore(asio): Fixed formatting

This commit is contained in:
Paolo Pasinetti
2025-09-18 12:19:26 +02:00
parent 2432e41dcb
commit ff5d6021be

View File

@@ -28,7 +28,7 @@ posix_event::posix_event()
}
} // namespace asio::detail
extern "C" int pause (void)
extern "C" int pause(void)
{
while (true) {
::sleep(UINT_MAX);