0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 16:28:19 +02:00

ircd::net: Minor fix spacing.

This commit is contained in:
Jason Volk 2018-05-11 21:25:50 -07:00
parent 08c3058fbc
commit 0abfc6e927

View file

@ -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);