From 0be4b8d930a16801f0501aae0389402e0dab9fa7 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 1 Oct 2008 20:45:06 +0000 Subject: cosmetics, remove useless spaces Originally committed as revision 15506 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index cdfb277e5c..fa162a5bc0 100644 --- a/ffserver.c +++ b/ffserver.c @@ -1367,8 +1367,8 @@ static int http_parse_request(HTTPContext *c) "\r\n" "Too busy\r\n" "

The server is too busy to serve your request at this time.

\r\n" - "

The bandwidth being served (including your stream) is %" PRIu64 "kbit/sec, " - "and this exceeds the limit of %" PRIu64 "kbit/sec.

\r\n" + "

The bandwidth being served (including your stream) is %"PRIu64"kbit/sec, " + "and this exceeds the limit of %"PRIu64"kbit/sec.

\r\n" "\r\n", current_bandwidth, max_bandwidth); /* prepare output buffer */ c->buffer_ptr = c->buffer; @@ -1860,7 +1860,7 @@ static void compute_status(HTTPContext *c) url_fprintf(pb, "Number of connections: %d / %d
\n", nb_connections, nb_max_connections); - url_fprintf(pb, "Bandwidth in use: %" PRIu64 "k / %" PRIu64 "k
\n", + url_fprintf(pb, "Bandwidth in use: %"PRIu64"k / %"PRIu64"k
\n", current_bandwidth, max_bandwidth); url_fprintf(pb, "\n"); -- cgit v1.2.3