Fix two compiler warnings about indentiation

pull/47/head
phl0 8 years ago
parent 0400ab4019
commit 97939376a3
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

@ -798,10 +798,11 @@ void CSerialPort::process()
case MMDVM_POCSAG_DATA:
if (m_pocsagEnable) {
if (m_modemState == STATE_IDLE || m_modemState == STATE_POCSAG)
if (m_modemState == STATE_IDLE || m_modemState == STATE_POCSAG) {
m_pocsag_state = true;
err = pocsagTX.writeData(m_buffer + 3U, m_len - 3U);
}
}
if (err == 0U) {
if (m_modemState == STATE_IDLE)
setMode(STATE_POCSAG);

Loading…
Cancel
Save

Powered by TurnKey Linux.