Commit c72006db authored by Richard Backhouse's avatar Richard Backhouse

zeroconf/ZeroconfBonjour: Cleanup formatting from previous commit

parent 06fe30e2
...@@ -40,8 +40,8 @@ public: ...@@ -40,8 +40,8 @@ public:
BonjourMonitor(EventLoop &_loop, DNSServiceRef _service_ref) BonjourMonitor(EventLoop &_loop, DNSServiceRef _service_ref)
:service_ref(_service_ref), :service_ref(_service_ref),
socket_event(_loop, socket_event(_loop,
BIND_THIS_METHOD(OnSocketReady), BIND_THIS_METHOD(OnSocketReady),
SocketDescriptor(DNSServiceRefSockFD(service_ref))) SocketDescriptor(DNSServiceRefSockFD(service_ref)))
{ {
socket_event.ScheduleRead(); socket_event.ScheduleRead();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment