From db518c0039fea68f8cb4222c83fa25ccc55dfe6f Mon Sep 17 00:00:00 2001 From: hyc Date: Wed, 21 Apr 2010 02:26:00 +0000 Subject: [PATCH] whitespace cleanup git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@441 400ebc74-4327-4243-bc38-086b20814532 --- librtmp/rtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librtmp/rtmp.c b/librtmp/rtmp.c index 46be3c3..8f94dff 100644 --- a/librtmp/rtmp.c +++ b/librtmp/rtmp.c @@ -3818,7 +3818,7 @@ Read_1_Packet(RTMP *r, char *buf, int buflen) if (delta) { - nTimeStamp += delta; + nTimeStamp += delta; AMF_EncodeInt24(ptr+pos+4, pend, nTimeStamp); ptr[pos+7] = nTimeStamp>>24; } -- 2.50.1