indent cursor.c
Indentation tweaked
This commit is contained in:
parent
18b855169b
commit
ba686d601b
1 changed files with 4 additions and 4 deletions
|
|
@ -84,8 +84,8 @@ void do_setcursor(SDL_Cursor * c)
|
||||||
void free_cursor(SDL_Cursor ** cursor)
|
void free_cursor(SDL_Cursor ** cursor)
|
||||||
{
|
{
|
||||||
if (*cursor)
|
if (*cursor)
|
||||||
{
|
{
|
||||||
SDL_FreeCursor(*cursor);
|
SDL_FreeCursor(*cursor);
|
||||||
*cursor = NULL;
|
*cursor = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue