]> git.sesse.net Git - vlc/commitdiff
Remove trailing whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 29 Sep 2005 14:30:26 +0000 (14:30 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 29 Sep 2005 14:30:26 +0000 (14:30 +0000)
modules/access/tcp.c

index af93a152ff59b860f08123c051f21a34028783f8..576a77af6073a89bb519e5bba65d711daca710c0 100644 (file)
@@ -87,7 +87,7 @@ static int Open( vlc_object_t *p_this )
             psz_parser = psz_dup;
     }
     psz_parser = strchr( psz_parser, ':' );
-    
+
     if( psz_parser == NULL )
     {
         msg_Err( p_access, "missing port number : %s", psz_dup );