]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/mutex_debug: fix whitespace
authorSage Weil <sage@redhat.com>
Mon, 17 Sep 2018 16:02:15 +0000 (11:02 -0500)
committerSage Weil <sage@redhat.com>
Fri, 21 Sep 2018 16:51:09 +0000 (11:51 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/mutex_debug.h

index 5823909b6df23083455f56c3b7677e71a7e462b4..4782803827feff74cd4a6b4a36248e18ada4c2a9 100644 (file)
@@ -46,7 +46,7 @@ protected:
   void _register();
   void _will_lock(); // about to lock
   void _locked(); // just locked
-    void _will_unlock(); // about to unlock
+  void _will_unlock(); // about to unlock
 
   mutex_debugging_base(const std::string &n = std::string(), bool bt = false);
   ~mutex_debugging_base();