From 3d8175bfd6c1b7697ad8b4a9a2b7526916c73e4c Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 29 Jun 2017 09:56:31 +0200 Subject: [PATCH] base/MQ and Lmd example cleanup --- fairmq/FairMQTransportFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairmq/FairMQTransportFactory.cxx b/fairmq/FairMQTransportFactory.cxx index 59feed20..edab9441 100644 --- a/fairmq/FairMQTransportFactory.cxx +++ b/fairmq/FairMQTransportFactory.cxx @@ -32,7 +32,7 @@ auto FairMQTransportFactory::CreateTransportFactory(const std::string& type, con auto final_id = id; // Generate uuid if empty - if(final_id == "") + if (final_id == "") { final_id = boost::uuids::to_string(boost::uuids::random_generator()()); }