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:
parent
40aa43588d
commit
c770613157
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user