]> git.sesse.net Git - vlc/commitdiff
qt4 - Remove trailing spaces...
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Aug 2007 18:00:09 +0000 (18:00 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 Aug 2007 18:00:09 +0000 (18:00 +0000)
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/menus.cpp
modules/gui/qt4/playlist_model.cpp

index d750a04a6194aa3874a0ccbf3bfbb4c6272ae686..2490408933a0bd1984e5728d616f174d4d3a2725 100644 (file)
@@ -428,7 +428,7 @@ void DialogsProvider::streamingDialog()
         if( s->exec() == QDialog::Accepted )
         {
             msg_Err(p_intf, "mrl %s\n", qta(s->mrl));
-            /* Just do it  
+            /* Just do it
             int i_len = strlen( qtu(s->mrl) ) + 10;
             char *psz_option = (char*)malloc(i_len);
             snprintf( psz_option, i_len - 1, ":sout=%s", qtu(s->mrl));
index 01b0db60c6ba7a0e551811473efa65b7ff4150a9..1e92662008c8e88e418387da35bcb3e58f04b37f 100644 (file)
@@ -1016,4 +1016,6 @@ void QVLCMenu::DoAction( intf_thread_t *p_intf, QObject *data )
     if( p_object == NULL ) return;
 
     var_Set( p_object, itemData->psz_var, itemData->val );
-    vlc_object_release( p_object );}
+    vlc_object_release( p_object );
+}
+
index 60e340de30a1899632dfc91954e4ec0f382d83e0..12b3efe737bc47d495b1d331894deec49416ab95 100644 (file)
@@ -81,7 +81,7 @@ void PLItem::init( int _i_id, int _i_input_id, PLItem *parent, PLModel *m)
     } else {
         i_showflags = parentItem->i_showflags;
         //Add empty string and update() handles data appending
-        strings.append( qtr("") ); 
+        strings.append( qtr("") );
     }
 }
 
@@ -91,7 +91,7 @@ void PLItem::updateview( void )
 
     if( model->i_depth == 1 )  //left window for playlist etc.
     {
-        strings.append( qtr("") );   
+        strings.append( qtr("") );
         return;
     }