[rtmpdump] r445 - trunk/rtmpsrv.c

hyc subversion at mplayerhq.hu
Sat Apr 24 09:28:42 CEST 2010


Author: hyc
Date: Sat Apr 24 09:28:41 2010
New Revision: 445

Log:
Fix whitespace

Modified:
   trunk/rtmpsrv.c

Modified: trunk/rtmpsrv.c
==============================================================================
--- trunk/rtmpsrv.c	Sat Apr 24 09:22:32 2010	(r444)
+++ trunk/rtmpsrv.c	Sat Apr 24 09:28:41 2010	(r445)
@@ -650,16 +650,16 @@ ServeInvoke(STREAMING_SERVER *server, RT
 	  q = memchr(av.av_val, '?', av.av_len);
 	  if (q)
 	    {
-		  if (q == av.av_val)
-		    {
-			  av.av_val++;
-			  av.av_len--;
-			}
-		  else
-		    {
-	          av.av_len = q - av.av_val;
-			}
+	      if (q == av.av_val)
+		{
+		  av.av_val++;
+		  av.av_len--;
 		}
+	      else
+		{
+		  av.av_len = q - av.av_val;
+		}
+	    }
 	  /* strip leading slash components */
 	  for (p=av.av_val+av.av_len-1; p>=av.av_val; p--)
 	    if (*p == '/')


More information about the rtmpdump mailing list