zeroconf/ZeroconfBonjour: Cleanup formatting from previous commit
This commit is contained in:
parent
06fe30e2bd
commit
c72006dbcc
|
@ -40,8 +40,8 @@ public:
|
|||
BonjourMonitor(EventLoop &_loop, DNSServiceRef _service_ref)
|
||||
:service_ref(_service_ref),
|
||||
socket_event(_loop,
|
||||
BIND_THIS_METHOD(OnSocketReady),
|
||||
SocketDescriptor(DNSServiceRefSockFD(service_ref)))
|
||||
BIND_THIS_METHOD(OnSocketReady),
|
||||
SocketDescriptor(DNSServiceRefSockFD(service_ref)))
|
||||
{
|
||||
socket_event.ScheduleRead();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue