[vlc-devel] commit: Cosmetic alignment. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jul 27 02:55:38 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 26 16:13:20 2008 -0700| [2795385d8edbee335d6abbb8fa05088c2dc7e846]

Cosmetic alignment.

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

 modules/gui/qt4/main_interface.cpp |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index a7dcbf0..8199129 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();




More information about the vlc-devel mailing list