From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- stream/stream_live555.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_live555.c') diff --git a/stream/stream_live555.c b/stream/stream_live555.c index 77aec3eda4..8d92134f5e 100644 --- a/stream/stream_live555.c +++ b/stream/stream_live555.c @@ -71,7 +71,7 @@ static int open_live_sdp(stream_t *stream,int mode, void* opts, int* file_format return STREAM_ERROR; } - len=lseek(f,0,SEEK_END); + len=lseek(f,0,SEEK_END); lseek(f,0,SEEK_SET); if(len == -1) return STREAM_ERROR; -- cgit v1.2.3