hrev54024 adds 1 changeset to branch 'master'
old head: 40aa43588d31e301eefbf5ce6f0d3f55b32c8aad
new head: c7706131573256f9c3e22acb99f6ce5f6c7ed93b
overview:
https://git.haiku-os.org/haiku/log/?qt=range&q=c77061315732+%5E40aa43588d31
----------------------------------------------------------------------------
c77061315732: libprint: Small code formatting fix
Change-Id: I40735e8994a8a4804401ce2694bb0f305216bbf4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2453
Reviewed-by: Adrien Destugues <pulkomandy@xxxxxxxxx>
[ navinbarnwal <knbarnwal@xxxxxxxxx> ]
----------------------------------------------------------------------------
Revision: hrev54024
Commit: c7706131573256f9c3e22acb99f6ce5f6c7ed93b
URL: https://git.haiku-os.org/haiku/commit/?id=c77061315732
Author: navinbarnwal <knbarnwal@xxxxxxxxx>
Date: Sun Mar 29 18:27:04 2020 UTC
Committer: Adrien Destugues <pulkomandy@xxxxxxxxx>
Commit-Date: Mon Apr 6 07:02:00 2020 UTC
----------------------------------------------------------------------------
1 file changed, 1 insertion(+), 1 deletion(-)
src/libs/print/libprint/GraphicsDriver.cpp | 2 +-
----------------------------------------------------------------------------
diff --git a/src/libs/print/libprint/GraphicsDriver.cpp
b/src/libs/print/libprint/GraphicsDriver.cpp
index 6df74f91fb..dff559793d 100644
--- a/src/libs/print/libprint/GraphicsDriver.cpp
+++ b/src/libs/print/libprint/GraphicsDriver.cpp
@@ -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;