From 00c670084fbad1449b0f7c94180c982ed8325548 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 24 Apr 2020 14:27:30 -0700 Subject: [PATCH] Clean up some errant trailing whitespace. Clearly I didn't have my editor configured to show this in bright red when I wrote the offending code! --- dvonn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvonn.c b/dvonn.c index 99cadf7..fccbfbc 100644 --- a/dvonn.c +++ b/dvonn.c @@ -229,7 +229,7 @@ on_button_press_event (GtkWidget *widget, dvonn_game_update_windows (game); return TRUE; } - + if (dvonn_board_move (&game->board, game->selected_x, game->selected_y, x, y, &error)) -- 2.43.0