One more whitespace fix to match upstream coding standards.

This commit is contained in:
Kevin Kofler 2010-02-28 04:43:36 +00:00
parent 12f7dd61c8
commit d3bc0d2254
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ diff -ur qt-everywhere-opensource-src-4.6.2/src/gui/painting/qprinter.cpp qt-eve
+ +
+ if (cups.currentPPD()) { + if (cups.currentPPD()) {
+ // set default color + // set default color
+ if(cups.currentPPD()->color_device) + if (cups.currentPPD()->color_device)
+ setColorMode(Color); + setColorMode(Color);
+ else + else
+ setColorMode(GrayScale); + setColorMode(GrayScale);