use some auto
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e03f82636a
commit
5b51d0f733
|
@ -720,7 +720,7 @@ PipeWireOutput::Process() noexcept
|
|||
auto &buffer = *b->buffer;
|
||||
auto &d = buffer.datas[0];
|
||||
|
||||
std::byte *dest = (std::byte *)d.data;
|
||||
auto dest = (std::byte *)d.data;
|
||||
if (dest == nullptr)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue