From: Sage Weil Date: Mon, 17 Sep 2018 16:02:15 +0000 (-0500) Subject: common/mutex_debug: fix whitespace X-Git-Tag: v14.0.1~203^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5900c6062320e1262d5d2143308e2f42fcdb4a32;p=ceph.git common/mutex_debug: fix whitespace Signed-off-by: Sage Weil --- diff --git a/src/common/mutex_debug.h b/src/common/mutex_debug.h index 5823909b6df..4782803827f 100644 --- a/src/common/mutex_debug.h +++ b/src/common/mutex_debug.h @@ -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();