storage/udisks2: adjust lambda indent
This commit is contained in:
parent
41e0eb7378
commit
2434020971
|
@ -138,7 +138,9 @@ UdisksStorage::OnListReply(ODBus::Message reply) noexcept
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ParseObjects(reply, [this](Object &&o) {
|
ParseObjects(reply, [this](Object &&o) {
|
||||||
if (o.IsId(id))
|
if (!o.IsId(id))
|
||||||
|
return;
|
||||||
|
|
||||||
dbus_path = std::move(o.path);
|
dbus_path = std::move(o.path);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue