From 591869ee212806e271b1c924ece1f7d44daf2a06 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Jun 2012 00:42:57 +0300 Subject: Fix code style. --- src/graphics.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index 3693666ea..a6da603f6 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -1113,8 +1113,9 @@ void Graphics::fillRectangle(const gcn::Rectangle& rectangle) for (y = y1; y < y2; y++) { - uint32_t *p0 = reinterpret_cast(static_cast( - mTarget->pixels) + y * mTarget->pitch); + uint32_t *p0 = reinterpret_cast( + static_cast(mTarget->pixels) + + y * mTarget->pitch); for (x = x1; x < x2; x++) { uint32_t *p = p0 + x; -- cgit v1.2.3-60-g2f50