]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/wxwidgets.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / wxwidgets.cpp
index 9344cbd0bc4e41fe3d40b61c42788f6acfb63596..5aaba2f0e5ef7292fc0387f6142a006f462227b8 100644 (file)
@@ -177,7 +177,7 @@ static int Open( vlc_object_t *p_this )
 {
     intf_thread_t *p_intf = (intf_thread_t *)p_this;
     /* Test in we have an X*/
-#if defined HAVE_GETENV && (defined __WXGTK__ || defined __WXX11) 
+#if defined HAVE_GETENV && (defined __WXGTK__ || defined __WXX11)
     if( !getenv( "DISPLAY" ) )
     {
         msg_Err( p_intf, "no X server");