]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix whitespace issues.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 29 Jun 2018 18:05:14 +0000 (14:05 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 29 Jun 2018 18:05:14 +0000 (14:05 -0400)
scheduler/printers.c

index a5059e80ac8494353c2d5fa1c352493a7b54f0e6..3a68ee193bde503c6edfd6189c7bd21864238476 100644 (file)
@@ -165,16 +165,16 @@ cupsdCreateCommonData(void)
   static const int number_up[] =               /* number-up-supported values */
                { 1, 2, 4, 6, 9, 16 };
   static const char * const number_up_layout[] =
-               {                       /* number-up-layout-supported values */
-                  "btlr",
-                  "btrl",
-                  "lrbt",
-                  "lrtb",
-                  "rlbt",
-                  "rltb",
-                  "tblr",
-                  "tbrl"
-               };
+               {                       /* number-up-layout-supported values */
+                 "btlr",
+                 "btrl",
+                 "lrbt",
+                 "lrtb",
+                 "rlbt",
+                 "rltb",
+                 "tblr",
+                 "tbrl"
+               };
   static const int orients[4] =/* orientation-requested-supported values */
                {
                  IPP_PORTRAIT,