changeset 5221:3fab66935e56 libavformat

Unscrewup indentation (pointed out by Diego).
author rbultje
date Fri, 18 Sep 2009 13:18:47 +0000
parents cad276e8f96e
children 8ef96c47c19e
files rtsp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Thu Sep 17 21:47:11 2009 +0000
+++ b/rtsp.c	Fri Sep 18 13:18:47 2009 +0000
@@ -858,8 +858,8 @@
     }
     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);