]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix broken indentation.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Apr 2019 11:51:58 +0000 (07:51 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Apr 2019 19:08:44 +0000 (15:08 -0400)
cups/tls-darwin.c

index cec08f53f25115ca73fc2eae9e456d93972ea798..5b1079e5099dd707ff1783cf351eb496913d6955 100644 (file)
@@ -146,7 +146,7 @@ cupsMakeServerCredentials(
 
   cupsFilePrintf(fp,
                  "CUPS Self-Signed Certificate\n"
-                                       /* Enter key and certificate label */
+                                       /* Enter key and certificate label */
                  "r\n"                 /* Generate RSA key pair */
                  "2048\n"              /* 2048 bit encryption key */
                  "y\n"                 /* OK (y = yes) */