Fix coding style

This commit is contained in:
Nicolas Fella 2020-04-10 23:42:40 +02:00
parent 5000ae2cf6
commit 1a9c2dbc4c

View file

@ -169,7 +169,7 @@ void Daemon::forceOnNetworkChange()
} }
} }
Device*Daemon::getDevice(const QString& deviceId) Device* Daemon::getDevice(const QString& deviceId)
{ {
for (Device* device : qAsConst(d->m_devices)) { for (Device* device : qAsConst(d->m_devices)) {
if (device->id() == deviceId) { if (device->id() == deviceId) {