]> git.sesse.net Git - vlc/commitdiff
Cosmetic alignment.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 23:13:20 +0000 (16:13 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Jul 2008 00:57:45 +0000 (17:57 -0700)
modules/gui/qt4/main_interface.cpp

index a7dcbf0c6c9be8822da7b748a185866abfe3e7e3..8199129f435f614d342a79694b7980b5af16a01f 100644 (file)
@@ -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();