From: Kefu Chai Date: Thu, 10 Sep 2020 09:06:20 +0000 (+0800) Subject: common/config_proxy: add missing space X-Git-Tag: v16.1.0~1125^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a838ccca8fd093f5ff9d57fd03ed7284dbd312f9;p=ceph.git common/config_proxy: add missing space Signed-off-by: Kefu Chai --- diff --git a/src/common/config_proxy.h b/src/common/config_proxy.h index f66e7c410e6a..5632fe4efadc 100644 --- a/src/common/config_proxy.h +++ b/src/common/config_proxy.h @@ -11,7 +11,7 @@ // @c ConfigProxy is a facade of multiple config related classes. it exposes // the legacy settings with arrow operator, and the new-style config with its // member methods. -namespace ceph::common{ +namespace ceph::common { class ConfigProxy { static ConfigValues get_config_values(const ConfigProxy &config_proxy) { std::lock_guard locker(config_proxy.lock);