[DEV] style

This commit is contained in:
Edouard DUPIN 2015-03-04 22:59:57 +01:00
parent b31882c46e
commit 0205bce0c8

View File

@ -50,10 +50,10 @@ void drain::ChannelReorder::configurationChange() {
bool drain::ChannelReorder::process(std11::chrono::system_clock::time_point& _time, bool drain::ChannelReorder::process(std11::chrono::system_clock::time_point& _time,
void* _input, void* _input,
size_t _inputNbChunk, size_t _inputNbChunk,
void*& _output, void*& _output,
size_t& _outputNbChunk) { size_t& _outputNbChunk) {
drain::AutoLogInOut tmpLog("ChannelReorder"); drain::AutoLogInOut tmpLog("ChannelReorder");
_outputNbChunk = _inputNbChunk; _outputNbChunk = _inputNbChunk;
// check if we need to process: // check if we need to process: