changeset 2885:ca6499468250

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 20 Dec 2008 12:32:25 +0000
parents 9dde605c7540
children 633ce79b7a5b
files src/video/SDL_video.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sat Dec 20 12:00:00 2008 +0000
+++ b/src/video/SDL_video.c	Sat Dec 20 12:32:25 2008 +0000
@@ -2000,7 +2000,7 @@
 }
 
 int
-SDL_GetRenderDrawColor(Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a)
+SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
 {
     SDL_Renderer *renderer;