cleanup formatting

This commit is contained in:
Eric House 2013-09-09 07:42:27 -07:00
parent 94b2eddda6
commit cf71479931

View file

@ -813,13 +813,11 @@ public class BoardActivity extends XWActivity
break; break;
case R.id.board_menu_game_history: case R.id.board_menu_game_history:
m_jniThread.handle( JNICmd.CMD_HISTORY, m_jniThread.handle( JNICmd.CMD_HISTORY, R.string.history_title );
R.string.history_title );
break; break;
case R.id.board_menu_game_resign: case R.id.board_menu_game_resign:
m_jniThread.handle( JNICmd.CMD_FINAL, m_jniThread.handle( JNICmd.CMD_FINAL, R.string.history_title );
R.string.history_title );
break; break;
case R.id.board_menu_game_resend: case R.id.board_menu_game_resend: