Skip to content

Commit

Permalink
Fix whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jun 29, 2018
1 parent 29899df commit 77094a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scheduler/printers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 77094a2

Please sign in to comment.