From ba93ea6d3e6ce95c9bc49cd69474b3b3f653babe Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 18 Sep 2009 13:18:47 +0000 Subject: [PATCH] Unscrewup indentation (pointed out by Diego). Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 9b2c934e63..ddf51ed746 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -858,8 +858,8 @@ static void rtsp_send_cmd_async (AVFormatContext *s, } if (rt->auth_b64) av_strlcatf(buf, sizeof(buf), - "Authorization: Basic %s\r\n", - rt->auth_b64); + "Authorization: Basic %s\r\n", + rt->auth_b64); av_strlcat(buf, "\r\n", sizeof(buf)); dprintf(s, "Sending:\n%s--\n", buf);