diff src/video/directfb/SDL_DirectFB_video.c @ 3040:62d4992e5a92

indent
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jan 2009 04:25:32 +0000
parents d72a0dd80e8b
children 4b594623401b
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c	Tue Jan 13 23:27:08 2009 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.c	Wed Jan 14 04:25:32 2009 +0000
@@ -254,9 +254,9 @@
     /* simple window manager support */
     stemp = SDL_getenv(DFBENV_USE_WM);
     if (stemp)
-    	devdata->has_own_wm = atoi(stemp);
+        devdata->has_own_wm = atoi(stemp);
     else
-    	devdata->has_own_wm = 0;
+        devdata->has_own_wm = 0;
 
     devdata->dfb = dfb;
     devdata->firstwin = NULL;