diff src/video/win32/SDL_win32gamma.c @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents 0d12e8f1de3c
children 4b594623401b
line wrap: on
line diff
--- a/src/video/win32/SDL_win32gamma.c	Fri May 15 15:47:37 2009 +0000
+++ b/src/video/win32/SDL_win32gamma.c	Sat May 23 22:41:08 2009 +0000
@@ -28,7 +28,7 @@
 WIN_SetDisplayGammaRamp(_THIS, Uint16 * ramp)
 {
 #ifdef _WIN32_WCE
-	return -1;
+    return -1;
 #else
     SDL_DisplayData *data = (SDL_DisplayData *) SDL_CurrentDisplay.driverdata;
     HDC hdc;
@@ -50,7 +50,7 @@
 WIN_GetDisplayGammaRamp(_THIS, Uint16 * ramp)
 {
 #ifdef _WIN32_WCE
-	return -1;
+    return -1;
 #else
     SDL_DisplayData *data = (SDL_DisplayData *) SDL_CurrentDisplay.driverdata;
     HDC hdc;