From: Michael R Sweet Date: Fri, 29 Jun 2018 18:05:14 +0000 (-0400) Subject: Fix whitespace issues. X-Git-Tag: v2.3b6~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77094a212dcb177407e22661ca474b7e70614d3a;p=thirdparty%2Fcups.git Fix whitespace issues. --- diff --git a/scheduler/printers.c b/scheduler/printers.c index a5059e80ac..3a68ee193b 100644 --- a/scheduler/printers.c +++ b/scheduler/printers.c @@ -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,