mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
common/config_proxy: add missing space
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0f2e67a616
commit
a838ccca8f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user