Added whitespace to align some code.

pull/65/head
Project Nayuki 6 years ago
parent 0ebd221a27
commit 5efbdc4822

@ -325,7 +325,7 @@ void QrCode::drawAlignmentPattern(int x, int y) {
void QrCode::setFunctionModule(int x, int y, bool isBlack) {
size_t ux = static_cast<size_t>(x);
size_t uy = static_cast<size_t>(y);
modules.at(uy).at(ux) = isBlack;
modules .at(uy).at(ux) = isBlack;
isFunction.at(uy).at(ux) = true;
}

@ -26,9 +26,9 @@
namespace qrcodegen {
type bit = number;
type bit = number;
type byte = number;
type int = number;
type int = number;
/*---- QR Code symbol class ----*/

Loading…
Cancel
Save