From: Kefu Chai Date: Wed, 27 Jul 2022 23:46:55 +0000 (+0800) Subject: common/ceph_context: fix the formatting X-Git-Tag: v18.0.0~397^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47310%2Fhead;p=ceph.git common/ceph_context: fix the formatting Signed-off-by: Kefu Chai --- diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc index 1ee561e0911..7c72e16fd3c 100644 --- a/src/common/ceph_context.cc +++ b/src/common/ceph_context.cc @@ -679,7 +679,7 @@ int CephContext::_do_command( CephContext::CephContext(uint32_t module_type_, enum code_environment_t code_env, int init_flags_) - :CephContext(module_type_, create_options{code_env, init_flags_, nullptr}) + : CephContext(module_type_, create_options{code_env, init_flags_, nullptr}) {} CephContext::CephContext(uint32_t module_type_,