Reformatted some whitespace for alignment in all language versions.

This commit is contained in:
Project Nayuki
2018-08-31 17:57:57 +00:00
parent 3e642cf468
commit 957219dc91
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -536,8 +536,8 @@ bool QrCode::getBit(long x, int i) {
/*---- Tables of constants ----*/
const int QrCode::PENALTY_N1 = 3;
const int QrCode::PENALTY_N2 = 3;
const int QrCode::PENALTY_N1 = 3;
const int QrCode::PENALTY_N2 = 3;
const int QrCode::PENALTY_N3 = 40;
const int QrCode::PENALTY_N4 = 10;