changeset 5032:6ccfbaef0c0a

Removed extra space
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 11:35:31 -0800
parents 5e3291605ad0
children 01bc63ec4ca7
files test/testshape.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test/testshape.c	Wed Jan 19 10:14:11 2011 -0800
+++ b/test/testshape.c	Wed Jan 19 11:35:31 2011 -0800
@@ -56,9 +56,9 @@
 	SDL_Rect texture_dimensions;;
 
 	if(argc < 2) {
-        	printf("SDL_Shape requires at least one bitmap file as argument.\n");
-        	exit(-1);
-        }
+    	printf("SDL_Shape requires at least one bitmap file as argument.\n");
+    	exit(-1);
+    }
 	
 	if(SDL_VideoInit(NULL,0) == -1) {
 		printf("Could not initialize SDL video.\n");