From 643807639e723172579c7ee3f1b9069e2887df4d Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 15 Mar 2016 20:28:01 +0000 Subject: [PATCH] Reformat a comment. --- BPTC19696.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BPTC19696.cpp b/BPTC19696.cpp index f4368fb..01df707 100644 --- a/BPTC19696.cpp +++ b/BPTC19696.cpp @@ -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]);