From 13c76b929b3502d0486f241a9128fd318cb683c3 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 16 Oct 2022 14:08:42 +0200 Subject: [PATCH] chore: apply coding style to all files --- src/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection.h b/src/Connection.h index a89985c..bace342 100644 --- a/src/Connection.h +++ b/src/Connection.h @@ -87,6 +87,6 @@ private: std::mutex m_send_queue_mutex; ///< Mutex to protect the send queue. std::condition_variable m_send_queue_cv; ///< Condition variable to wake up the write thread when the send queue is not empty. - std::chrono::steady_clock::time_point m_last_sent_packet = {}; ///< Time of the last packet sent to the broker. + std::chrono::steady_clock::time_point m_last_sent_packet = {}; ///< Time of the last packet sent to the broker. std::chrono::steady_clock::time_point m_last_received_packet = {}; ///< Time of the last packet received from the broker. }; -- libgit2 0.21.4