]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/LogClient: fix indentation
authorSage Weil <sage@redhat.com>
Fri, 4 Aug 2017 17:59:38 +0000 (13:59 -0400)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 23 Aug 2017 13:46:44 +0000 (15:46 +0200)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit bf92a8a2693e0b6a01a861977a5376eb584c9e42)

src/common/LogClient.cc

index 5e0715aac9ff160fc2ee8fb79f655d8046affddc..84ceec8705216cc6acbc0169226a93d4f16484cf 100644 (file)
@@ -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