[vlc-commits] input/input: removal of trailing whitespace

Filip Roséen git at videolan.org
Tue Aug 2 15:47:21 CEST 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Sat Jul 30 09:41:28 2016 +0200| [9b5ef4592f168bc549d1e45cb50ed9521c8ae57d] | committer: Jean-Baptiste Kempf

input/input: removal of trailing whitespace

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/input/input.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index 721acb3..c811254 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -424,10 +424,10 @@ static input_thread_t *Create( vlc_object_t *p_parent, input_item_t *p_item,
                  *psz_end = ',';
 
                  p_seekpoint = vlc_seekpoint_New();
-                 
+
                  if( unlikely( p_seekpoint == NULL ) )
                      break;
-                    
+
                  while( (psz_end = strchr( psz_start, ',' ) ) )
                  {
                      *psz_end = 0;
@@ -1072,7 +1072,7 @@ static void LoadSlaves( input_thread_t *p_input )
                 for( int i = 1; i < i_slaves; i++ )
                 {
                     input_item_slave_t *p_curr = pp_slaves[i];
-                    if( p_curr != NULL 
+                    if( p_curr != NULL
                      && !strcmp( psz_subtitle, p_curr->psz_uri ) )
                     {
                         /* reject current sub */



More information about the vlc-commits mailing list