[vlc-commits] MSW vout: remove tabs

Jean-Baptiste Kempf git at videolan.org
Sun Feb 16 22:24:53 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 16 22:24:43 2014 +0100| [2581bd185d4e34e9eb77ce64352adf1a24b40e28] | committer: Jean-Baptiste Kempf

MSW vout: remove tabs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2581bd185d4e34e9eb77ce64352adf1a24b40e28
---

 modules/video_output/msw/events.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 90939dc..366bff6 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -158,7 +158,7 @@ static void *EventThread( void *p_this )
 
     /* Prevent monitor from powering off */
     if (var_GetBool(vd, "disable-screensaver"))
-	SetThreadExecutionState( ES_DISPLAY_REQUIRED | ES_SYSTEM_REQUIRED | ES_CONTINUOUS );
+        SetThreadExecutionState( ES_DISPLAY_REQUIRED | ES_SYSTEM_REQUIRED | ES_CONTINUOUS );
 
     /* Main loop */
     /* GetMessage will sleep if there's no message in the queue */



More information about the vlc-commits mailing list