From ba686d601b82f2b19a012ec307f181ab58a84abb Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 15 Oct 2017 10:50:31 -0700 Subject: [PATCH] indent cursor.c Indentation tweaked --- src/cursor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cursor.c b/src/cursor.c index 8517196d3..949d2286a 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -84,8 +84,8 @@ void do_setcursor(SDL_Cursor * c) void free_cursor(SDL_Cursor ** cursor) { if (*cursor) - { - SDL_FreeCursor(*cursor); - *cursor = NULL; - } + { + SDL_FreeCursor(*cursor); + *cursor = NULL; + } }