Aligned main comments in demo programs.

This commit is contained in:
Project Nayuki
2018-10-04 19:08:23 +00:00
parent dd47ef10c7
commit 0cded0ba36
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ int main() {
// Creates a single QR Code, then prints it to the console.
static void doBasicDemo() {
const char *text = "Hello, world!"; // User-supplied text
const char *text = "Hello, world!"; // User-supplied text
const QrCode::Ecc errCorLvl = QrCode::Ecc::LOW; // Error correction level
// Make and print the QR Code symbol