]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_context: fix the formatting 47310/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 27 Jul 2022 23:46:55 +0000 (07:46 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 27 Jul 2022 23:46:55 +0000 (07:46 +0800)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/common/ceph_context.cc

index 1ee561e0911d12ad70d7ba8e72b6ef8c89faf21d..7c72e16fd3cce4797f3ae807336a8af832cfd1e7 100644 (file)
@@ -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_,