Fix formatting of new(std::nothrow)
The code previously formatted everything as `new( std::nothrow)`.
This commit is contained in:
@ -482,7 +482,7 @@ bool mxb_log_init(const char* ident,
|
||||
filepath = std::string(logdir) + "/" + suffix;
|
||||
}
|
||||
|
||||
this_unit.sMessage_registry.reset(new( std::nothrow) MessageRegistry);
|
||||
this_unit.sMessage_registry.reset(new(std::nothrow) MessageRegistry);
|
||||
|
||||
switch (target)
|
||||
{
|
||||
|
Reference in New Issue
Block a user