From d7b68dd9b94c36b38479adffd014dea62148c557 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Aug 2017 13:59:38 -0400 Subject: [PATCH] common/LogClient: fix indentation Signed-off-by: Sage Weil (cherry picked from commit bf92a8a2693e0b6a01a861977a5376eb584c9e42) --- src/common/LogClient.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/LogClient.cc b/src/common/LogClient.cc index 5e0715aac9ff1..84ceec8705216 100644 --- a/src/common/LogClient.cc +++ b/src/common/LogClient.cc @@ -269,8 +269,8 @@ bool LogClient::are_pending() Message *LogClient::_get_mon_log_message() { assert(log_lock.is_locked()); - if (log_queue.empty()) - return NULL; + if (log_queue.empty()) + return NULL; // only send entries that haven't been sent yet during this mon // session! monclient needs to call reset_session() on mon session -- 2.39.5