Tweaked minor comment and whitespace consistency in Python and C++ code.

This commit is contained in:
Nayuki Minase
2016-04-16 01:17:15 +00:00
parent 3fda371340
commit 1b2a554121
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
namespace qrcodegen {
/**
/*
* An appendable sequence of bits. Bits are packed in big endian within a byte.
*/
class BitBuffer final {
-1
View File
@@ -545,7 +545,6 @@ int qrcodegen::QrCode::getNumDataCodewords(int ver, const Ecc &ecl) {
/*---- Tables of constants ----*/
// For use in getPenaltyScore(), when evaluating which mask is best.
const int qrcodegen::QrCode::PENALTY_N1 = 3;
const int qrcodegen::QrCode::PENALTY_N2 = 3;
const int qrcodegen::QrCode::PENALTY_N3 = 40;