From 4e6f6bc545b32cb5e92919f9233e76bf8efce87c Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 12 Dec 2004 17:33:52 +0000 Subject: [PATCH] formatting change only --- xwords4/wince/ceprefs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xwords4/wince/ceprefs.c b/xwords4/wince/ceprefs.c index 8b3e89e5e..e868b9914 100755 --- a/xwords4/wince/ceprefs.c +++ b/xwords4/wince/ceprefs.c @@ -83,12 +83,12 @@ adjustForChoice( HWND hDlg, CePrefsDlgState* state ) sizeof(goesWithLocal)/sizeof(goesWithLocal[0]), XP_FALSE ); turnOnOff( hDlg, goesWithGlobal, - sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), - XP_TRUE); + sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), + XP_TRUE); } else { turnOnOff( hDlg, goesWithGlobal, - sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), - XP_FALSE ); + sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), + XP_FALSE ); turnOnOff( hDlg, goesWithLocal, sizeof(goesWithLocal)/sizeof(goesWithLocal[0]), XP_TRUE); @@ -159,7 +159,7 @@ loadControlsFromState( HWND hDlg, CePrefsDlgState* pState ) ceSetChecked( hDlg, IDC_CHECKCOLORPLAYED, prefsPrefs->showColors ); ceSetChecked( hDlg, IDC_CHECKSMARTROBOT, - prefsPrefs->gp.robotSmartness > 0 ); + prefsPrefs->gp.robotSmartness > 0 ); ceSetChecked( hDlg, IDC_CHECKNOHINTS, prefsPrefs->gp.hintsNotAllowed ); ceSetChecked( hDlg, IDC_CHECKSHOWCURSOR, prefsPrefs->cp.showBoardArrow );