mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-02 09:30:57 +02:00
chore(asio): Fixed formatting
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user