Merge pull request #47310 from tchaikov/ceph-context-formatting

common/ceph_context: fix the formatting

Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
This commit is contained in:
Kefu Chai 2022-07-28 22:39:33 +08:00 committed by GitHub
commit 9a8f20f42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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_,