Skip to content

Commit

Permalink
Reformat a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Mar 15, 2016
1 parent cc56ad8 commit 6438076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BPTC19696.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void CBPTC19696::encodeExtractBinary(unsigned char* data)
data[12U] = (data[12U] & 0x3FU) | ((byte >> 0) & 0xC0U);
data[20U] = (data[20U] & 0xFCU) | ((byte >> 4) & 0x03U);

// Second block
// Second block
CUtils::bitsToByteBE(m_rawData + 100U, data[21U]);
CUtils::bitsToByteBE(m_rawData + 108U, data[22U]);
CUtils::bitsToByteBE(m_rawData + 116U, data[23U]);
Expand Down

0 comments on commit 6438076

Please sign in to comment.