From d4a23bbaca71b1d7ab4fc27f29c2411de2d858d6 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 12 Jul 2010 21:42:04 -0700 Subject: [PATCH] fix spacing (whitespace only) --- .../XWords4/src/org/eehouse/android/xw4/BoardView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardView.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardView.java index 605fcda15..d3d99931f 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardView.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardView.java @@ -548,7 +548,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler, } else if ( null != bonusStr ) { m_fillPaint.setColor( GREY ); drawCentered( bonusStr, rect, m_fontDims ); - } + } } else { m_fillPaint.setColor( foreColor ); drawCentered( text, rect, m_fontDims ); @@ -557,7 +557,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler, if ( (CELL_ISBLANK & flags) != 0 ) { markBlank( rect, pending ); } - // frame the cell + // frame the cell m_canvas.drawRect( rect, m_strokePaint ); return true;