summaryrefslogtreecommitdiff
path: root/pr/tests/thruput.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/thruput.c')
-rw-r--r--pr/tests/thruput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/thruput.c b/pr/tests/thruput.c
index fd7ecf2e..09ffde7c 100644
--- a/pr/tests/thruput.c
+++ b/pr/tests/thruput.c
@@ -363,11 +363,11 @@ int main(int argc, char **argv)
(PR_GLOBAL_THREAD == thread_scope) ? "GLOBAL" : "LOCAL");
PR_fprintf(err, "Client buffer size will be %u\n", buffer_size);
-
+
if (-1 != xport_buffer)
PR_fprintf(
err, "Transport send & receive buffer size will be %u\n", xport_buffer);
-
+
if (NULL == server_name) Server();
else Client(server_name);