mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd::net: Minor fix spacing.
This commit is contained in:
parent
08c3058fbc
commit
0abfc6e927
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace ircd::net
|
|||
void
|
||||
ircd::net::wait_close_sockets()
|
||||
{
|
||||
while(socket::instances)
|
||||
while(socket::instances)
|
||||
if(!dock.wait_for(seconds(2)))
|
||||
log.warning("Waiting for %zu sockets to destruct",
|
||||
socket::instances);
|
||||
|
|
Loading…
Reference in a new issue