Commit 24340209 authored by Max Kellermann's avatar Max Kellermann

storage/udisks2: adjust lambda indent

parent 41e0eb73
......@@ -138,7 +138,9 @@ UdisksStorage::OnListReply(ODBus::Message reply) noexcept
try {
ParseObjects(reply, [this](Object &&o) {
if (o.IsId(id))
if (!o.IsId(id))
return;
dbus_path = std::move(o.path);
});
......
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