libprint: Small code formatting fix

Change-Id: I40735e8994a8a4804401ce2694bb0f305216bbf4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2453
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
navinbarnwal 2020-03-29 23:57:04 +05:30 committed by Adrien Destugues
parent 40aa43588d
commit c770613157

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;