From 2a7748656744979f16e273d17027c836e31a33da Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 20 Nov 2016 09:30:46 -0500 Subject: [PATCH] tabify --- Destination.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Destination.h b/Destination.h index bf622b85..5b3ee655 100644 --- a/Destination.h +++ b/Destination.h @@ -137,7 +137,7 @@ namespace client volatile bool m_IsRunning; std::thread * m_Thread; boost::asio::io_service m_Service; - boost::asio::io_service::work m_Work; + boost::asio::io_service::work m_Work; mutable std::mutex m_RemoteLeaseSetsMutex; std::map > m_RemoteLeaseSets; std::map > m_LeaseSetRequests;