Commit 6f2da549 authored by mstorsjo's avatar mstorsjo

Cosmetics: Reindent/align/wrap


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23498 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55ac105a
......@@ -1069,7 +1069,8 @@ int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
retry:
cur_auth_type = rt->auth_state.auth_type;
if ((ret = ff_rtsp_send_cmd_with_content_async(s, method, url, header,
send_content, send_content_length)))
send_content,
send_content_length)))
return ret;
if ((ret = ff_rtsp_read_reply(s, reply, content_ptr, 0) ) < 0)
......
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