diff src/video/SDL_rect.c @ 2920:cdb01906cb7e

indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Dec 2008 05:26:29 +0000
parents 3da0bb421d83
children 7563b99e9a49
line wrap: on
line diff
--- a/src/video/SDL_rect.c	Thu Dec 25 05:16:18 2008 +0000
+++ b/src/video/SDL_rect.c	Thu Dec 25 05:26:29 2008 +0000
@@ -119,7 +119,8 @@
 }
 
 SDL_bool
-SDL_IntersectRectAndLine(const SDL_Rect *rect, int *X1, int *Y1, int *X2, int *Y2)
+SDL_IntersectRectAndLine(const SDL_Rect * rect, int *X1, int *Y1, int *X2,
+                         int *Y2)
 {
     int x1, y1;
     int x2, y2;