Commit 5b51d0f7 authored by Rosen Penev's avatar Rosen Penev Committed by Max Kellermann

use some auto

Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
parent e03f8263
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment