[vlc-commits] FTP: reindent

Jean-Baptiste Kempf git at videolan.org
Tue Apr 14 15:39:02 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 15:38:33 2015 +0200| [adbdc6bac0d4634f591a65d42ce5f13dede0eb98] | committer: Jean-Baptiste Kempf

FTP: reindent

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

 modules/access/ftp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/ftp.c b/modules/access/ftp.c
index e0dc371..e9eb77b 100644
--- a/modules/access/ftp.c
+++ b/modules/access/ftp.c
@@ -1004,7 +1004,7 @@ static int ftp_StartStream( vlc_object_t *p_access, access_sys_t *p_sys,
             ftp_RecvCommand( p_access, p_sys, NULL, &psz_arg ) > 2 )
         {
             msg_Err( p_access, "cannot list directory contents" );
-        return VLC_EGENERIC;
+            return VLC_EGENERIC;
         }
     }
     else



More information about the vlc-commits mailing list