libprint: Small code formatting fix

Change-Id: I40735e8994a8a4804401ce2694bb0f305216bbf4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2453
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
navinbarnwal
2020-04-06 07:02:00 +00:00
committed by Adrien Destugues
parent 40aa43588d
commit c770613157
+1 -1
View File
@@ -166,7 +166,7 @@ GraphicsDriver::_SetupBitmap()
fRotatedBitmap = NULL;
BRect rect;
for(fBandCount = 1; fBandCount < 256; fBandCount++) {
for (fBandCount = 1; fBandCount < 256; fBandCount++) {
if (_NeedRotateBitmapBand()) {
fBandWidth = (fPageWidth + fBandCount - 1) / fBandCount;
fBandHeight = fPageHeight;