From 7eaa646fd689e113fa3d2323dcb02e2965e7a83d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 21 Jan 2010 19:50:40 +0000 Subject: [PATCH] Reindent after r21368. Originally committed as revision 21369 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 7d482a7edfa..466b498c6e6 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1590,9 +1590,9 @@ static int rtsp_read_packet(AVFormatContext *s, AVPacket *pkt) if (memcmp (cache, rt->real_setup_cache, sizeof(enum AVDiscard) * s->nb_streams)) { snprintf(cmd, sizeof(cmd), - "SET_PARAMETER %s RTSP/1.0\r\n" - "Unsubscribe: %s\r\n", - s->filename, rt->last_subscription); + "SET_PARAMETER %s RTSP/1.0\r\n" + "Unsubscribe: %s\r\n", + s->filename, rt->last_subscription); rtsp_send_cmd(s, cmd, reply, NULL); if (reply->status_code != RTSP_STATUS_OK) return AVERROR_INVALIDDATA; -- 2.39.2