From: Sage Weil Date: Fri, 4 Aug 2017 17:59:38 +0000 (-0400) Subject: common/LogClient: fix indentation X-Git-Tag: v12.2.0~44^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d7b68dd9b94c36b38479adffd014dea62148c557;p=ceph.git common/LogClient: fix indentation Signed-off-by: Sage Weil (cherry picked from commit bf92a8a2693e0b6a01a861977a5376eb584c9e42) --- diff --git a/src/common/LogClient.cc b/src/common/LogClient.cc index 5e0715aac9ff..84ceec870521 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