Commit adbdc6ba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

FTP: reindent

parent 972e1f8c
...@@ -1004,7 +1004,7 @@ static int ftp_StartStream( vlc_object_t *p_access, access_sys_t *p_sys, ...@@ -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 ) ftp_RecvCommand( p_access, p_sys, NULL, &psz_arg ) > 2 )
{ {
msg_Err( p_access, "cannot list directory contents" ); msg_Err( p_access, "cannot list directory contents" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment