Fix formatting

This commit is contained in:
Dominik Charousset 2022-05-12 07:17:41 +02:00
parent 6b1e796df7
commit 327f5e76f9

View file

@ -829,11 +829,11 @@ SetupResult setup(int argc, char** argv, Options* zopts)
// Broker is still accessing OpenSSL but OpenSSL has already cleaned up // Broker is still accessing OpenSSL but OpenSSL has already cleaned up
// its state due to calling exit(). // its state due to calling exit().
auto early_shutdown = [] auto early_shutdown = []
{ {
broker_mgr->Terminate(); broker_mgr->Terminate();
delete iosource_mgr; delete iosource_mgr;
delete telemetry_mgr; delete telemetry_mgr;
}; };
if ( options.print_plugins ) if ( options.print_plugins )
{ {