Skip to content

Commit

Permalink
Once again -- fix my poor whitespace formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed May 14, 2018
1 parent e903c1e commit 62dd3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions P25Control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ bool CP25Control::writeModem(unsigned char* data, unsigned int len)
LogMessage("P25, received RF TSDU transmission, ACK RESPONSE FNE from %u to %u", srcId, dstId);
::memset(data + 2U, 0x00U, P25_TSDU_FRAME_LENGTH_BYTES);

// Regenerate Sync
CSync::addP25Sync(data + 2U);
// Regenerate Sync
CSync::addP25Sync(data + 2U);

// Regenerate NID
m_nid.encode(data + 2U, P25_DUID_TSDU);
Expand Down

0 comments on commit 62dd3c4

Please sign in to comment.