From c5e534680fba12c2bcb1ecdfdd683aa697ad47bc Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 4 Jan 2005 04:05:02 +0000 Subject: [PATCH] formatting --- xwords4/common/board.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xwords4/common/board.h b/xwords4/common/board.h index 3df5f170f..eba1e432b 100644 --- a/xwords4/common/board.h +++ b/xwords4/common/board.h @@ -87,12 +87,12 @@ XP_Bool board_setYOffset( BoardCtxt* board, XP_U16 newOffset, XP_U16 board_getYOffset( BoardCtxt* board ); void board_setScoreboardLoc( BoardCtxt* board, - XP_U16 scoreLeft, XP_U16 scoreTop, - XP_U16 scoreWidth, XP_U16 scoreHeight, - XP_Bool divideHorizontally ); + XP_U16 scoreLeft, XP_U16 scoreTop, + XP_U16 scoreWidth, XP_U16 scoreHeight, + XP_Bool divideHorizontally ); void board_setTimerLoc( BoardCtxt* board, - XP_U16 timerLeft, XP_U16 timerTop, - XP_U16 timerWidth, XP_U16 timerHeight ); + XP_U16 timerLeft, XP_U16 timerTop, + XP_U16 timerWidth, XP_U16 timerHeight ); void board_invalAll( BoardCtxt* board ); void board_invalRect( BoardCtxt* board, XP_Rect* rect );