mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
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:
commit
9a8f20f42e
@ -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_,
|
||||
|
Loading…
Reference in New Issue
Block a user