Skip to content
Snippets Groups Projects
Commit 6aae585d authored by Marco De Marco's avatar Marco De Marco
Browse files

Code format improved

parent c42a9827
No related branches found
No related tags found
No related merge requests found
......@@ -249,9 +249,7 @@ void Client::handleUpdateLists(const boost::system::error_code& errorCode)
}
else if(errorCode == boost::asio::error::operation_aborted)
{
DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl;
//TODO: change state and status
DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl;
}
else
{
......
......@@ -178,7 +178,7 @@ void DataImporter::init_device()
{
set_state(Tango::FAULT);
std::stringstream error_stream;
error_stream << "DataImporter::init_device() " << ex.what() << std::endl;
error_stream << "DataImporter::init_device() " << ex.what();
set_status(error_stream.str());
}
catch(...)
......@@ -734,7 +734,6 @@ void DataImporter::on()
set_status("DataImporter::On() unknown error");
}
/*----- PROTECTED REGION END -----*/ // DataImporter::on
}
//--------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment