]> git.notmuchmail.org Git - dvonn/commitdiff
Clean up some errant trailing whitespace.
authorCarl Worth <cworth@cworth.org>
Fri, 24 Apr 2020 21:27:30 +0000 (14:27 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 24 Apr 2020 21:27:30 +0000 (14:27 -0700)
Clearly I didn't have my editor configured to show this in bright red
when I wrote the offending code!

dvonn.c

diff --git a/dvonn.c b/dvonn.c
index 99cadf71d638af48d66f6fb8abf3bb3f9a29f21d..fccbfbc5b6ee5d1fff71dc161cf0c005453167df 100644 (file)
--- 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))