From: Andre Noll Date: Thu, 17 Jan 2008 20:50:36 +0000 (+0100) Subject: vss.c: Trivial whitespace cleanup. X-Git-Tag: v0.3.1~87 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9155acc014fef7023501789e877ce21fd570c284 vss.c: Trivial whitespace cleanup. --- diff --git a/vss.c b/vss.c index 8ba17fc3..1f1f6c16 100644 --- a/vss.c +++ b/vss.c @@ -500,8 +500,8 @@ void vss_send_chunk(void) } /* * We call the send function also in case of empty chunks as they - * might have still some data queued which can be sent in this case. - */ + * might have still some data queued which can be sent in this case. + */ if (!mmd->chunks_sent) { struct timeval tmp; gettimeofday(&mmd->stream_start, NULL);