From cb1ae0cb79aa65522322f2cc64d0e7ca0eae4f7e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 20 Dec 2008 12:32:25 +0000 Subject: [PATCH] indent --- src/video/SDL_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c index b09b2252e..64a1e2867 100644 --- a/src/video/SDL_video.c +++ b/src/video/SDL_video.c @@ -2000,7 +2000,7 @@ SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a) } int -SDL_GetRenderDrawColor(Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a) +SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) { SDL_Renderer *renderer;