From 7bac991fd92a76e78092d85261c3497e236922a7 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 3 Sep 2010 19:26:27 +0000 Subject: [PATCH] Reindent after r25032. Originally committed as revision 25033 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 4ab2c33489..7c82a37e42 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1167,8 +1167,8 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port, reply->transports[0].source, reply->transports[0].server_port_min, NULL); } else { - ff_url_join(url, sizeof(url), "rtp", NULL, host, - reply->transports[0].server_port_min, NULL); + ff_url_join(url, sizeof(url), "rtp", NULL, host, + reply->transports[0].server_port_min, NULL); } if (!(rt->server_type == RTSP_SERVER_WMS && i > 1) && rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {