[DEV] style
This commit is contained in:
parent
b31882c46e
commit
0205bce0c8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user