Commit 6aae585d authored by Marco De Marco's avatar Marco De Marco
Browse files

Code format improved

parent c42a9827
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -249,9 +249,7 @@ void Client::handleUpdateLists(const boost::system::error_code& errorCode)
    }
    }
    else if(errorCode == boost::asio::error::operation_aborted)
    else if(errorCode == boost::asio::error::operation_aborted)
    {
    {
        DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl;
        DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl;

        //TODO: change state and status
    }
    }
    else
    else
    {
    {
+1 −2
Original line number Original line Diff line number Diff line
@@ -178,7 +178,7 @@ void DataImporter::init_device()
        {
        {
            set_state(Tango::FAULT);
            set_state(Tango::FAULT);
            std::stringstream error_stream;
            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());
            set_status(error_stream.str());
        }
        }
        catch(...)
        catch(...)
@@ -734,7 +734,6 @@ void DataImporter::on()
        set_status("DataImporter::On() unknown error");
        set_status("DataImporter::On() unknown error");
    }
    }



	/*----- PROTECTED REGION END -----*/	//	DataImporter::on
	/*----- PROTECTED REGION END -----*/	//	DataImporter::on
}
}
//--------------------------------------------------------
//--------------------------------------------------------
+161 −161

File changed.

Contains only whitespace changes.