From: Carl Worth Date: Fri, 24 Apr 2020 21:27:30 +0000 (-0700) Subject: Clean up some errant trailing whitespace. X-Git-Url: https://git.cworth.org/git?p=dvonn;a=commitdiff_plain;h=00c670084fbad1449b0f7c94180c982ed8325548 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! --- 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))