]> git.sesse.net Git - vlc/commitdiff
qt4 : cosmetics.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 6 Aug 2007 17:09:31 +0000 (17:09 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 6 Aug 2007 17:09:31 +0000 (17:09 +0000)
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/menus.cpp

index e4f0447d3668a158fe132220c4e0114be02edcd0..0f171e1cfb68860fd34c96716dd7e499100f6b27 100644 (file)
@@ -287,8 +287,8 @@ void MainInputManager::updateInput()
     }
     else {
         /* we are working as a dialogs provider */
-        playlist_t *p_playlist = (playlist_t *) vlc_object_find( p_intf, 
-                                              VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
+        playlist_t *p_playlist = (playlist_t *) vlc_object_find( p_intf,
+                                       VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
         if( p_playlist )
         {
             p_input = p_playlist->p_input;
index db14f8e41188973b1bd846c0fafb0b4ca432cc3a..01b0db60c6ba7a0e551811473efa65b7ff4150a9 100644 (file)
@@ -255,7 +255,7 @@ QMenu *QVLCMenu::PlaylistMenu( MainInterface *mi, intf_thread_t *p_intf )
 
 /**
  * Tools/View Menu
- * This is kept in the same menu for now, but could change if it gets much 
+ * This is kept in the same menu for now, but could change if it gets much
  * longer.
  **/
 QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,