(svn r17168) -Codechange: apply coding style to if and while statements

This commit is contained in:
smatz
2009-08-14 17:11:59 +00:00
parent 3108ff7ac6
commit c5533ae470
9 changed files with 10 additions and 10 deletions

View File

@@ -592,7 +592,7 @@ void WindowQuartzSubdriver::Draw()
/* Build the region of dirty rectangles */
for (i = 0; i < num_dirty_rects; i++) {
/* We only need to blit in indexed mode since in 32bpp mode the game draws directly to the image. */
if(buffer_depth == 8) {
if (buffer_depth == 8) {
BlitIndexedToView32(
dirty_rects[i].left,
dirty_rects[i].top,