Commit 5d49452b authored by rbultje's avatar rbultje

Unscrewup indentation (pointed out by Diego).



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19910 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 52e95d8a
...@@ -858,8 +858,8 @@ static void rtsp_send_cmd_async (AVFormatContext *s, ...@@ -858,8 +858,8 @@ static void rtsp_send_cmd_async (AVFormatContext *s,
} }
if (rt->auth_b64) if (rt->auth_b64)
av_strlcatf(buf, sizeof(buf), av_strlcatf(buf, sizeof(buf),
"Authorization: Basic %s\r\n", "Authorization: Basic %s\r\n",
rt->auth_b64); rt->auth_b64);
av_strlcat(buf, "\r\n", sizeof(buf)); av_strlcat(buf, "\r\n", sizeof(buf));
dprintf(s, "Sending:\n%s--\n", buf); dprintf(s, "Sending:\n%s--\n", buf);
......
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