]> git.sesse.net Git - vlc/commitdiff
MSW vout: remove tabs
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 16 Feb 2014 21:24:43 +0000 (22:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 16 Feb 2014 21:24:43 +0000 (22:24 +0100)
modules/video_output/msw/events.c

index 90939dcbcea3d3c8345dfb12301ec4d90aaed420..366bff6f6918d533592ecec0ec8d4312c28ed137 100644 (file)
@@ -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 */