Fix reformatting mistake

This commit is contained in:
phl0 2017-06-23 12:19:38 +02:00
parent bee2f21184
commit 5e1a084790
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -482,7 +482,7 @@ int CDMRGateway::run()
m_xlxNetwork1->write(data);
status[slotNo] = DMRGWS_XLXREFLECTOR1;
timer[slotNo]->start();
} else if (flco == FLCO_GROUP && slotNo == m_xlx2Slot && dstId == m_xlx2TG)
} else if (flco == FLCO_GROUP && slotNo == m_xlx2Slot && dstId == m_xlx2TG) {
xlx2LastSeenTime = time(NULL);
m_xlx2Rewrite->process(data, false);
m_xlxNetwork2->write(data);