From a49a4754033023146b891045287257bc2ea45bf4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 28 Jul 2022 07:46:55 +0800 Subject: [PATCH] common/ceph_context: fix the formatting Signed-off-by: Kefu Chai --- src/common/ceph_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_, -- 2.47.3