From: Jean-Baptiste Kempf Date: Sat, 26 Jul 2008 23:13:20 +0000 (-0700) Subject: Cosmetic alignment. X-Git-Tag: 0.9.0-test3~234 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2795385d8edbee335d6abbb8fa05088c2dc7e846;hp=d0389324b91b56a96bc6bbcb2c417ca824a892ab;p=vlc Cosmetic alignment. --- diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index a7dcbf0c6c..8199129f43 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -81,13 +81,13 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) { /* Variables initialisation */ // need_components_update = false; - bgWidget = NULL; - videoWidget = NULL; - playlistWidget = NULL; - sysTray = NULL; - videoIsActive = false; - playlistVisible = false; - input_name = ""; + bgWidget = NULL; + videoWidget = NULL; + playlistWidget = NULL; + sysTray = NULL; + videoIsActive = false; + playlistVisible = false; + input_name = ""; /* Ask for privacy */ askForPrivacy();