summaryrefslogtreecommitdiff
path: root/usr.bin/tcpbench
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2024-03-21 16:46:05 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2024-03-21 16:46:05 +0000
commit9d5d1a0f87ceb665a80cef7025825b4fbf888ada (patch)
tree9d6b0851781bb679310a95919da938384e42e0cb /usr.bin/tcpbench
parentb54eb429b70fab155fcc44fa7ede0a1f5405d93d (diff)
Fix white space. OK tobhe@
Diffstat (limited to 'usr.bin/tcpbench')
-rw-r--r--usr.bin/tcpbench/tcpbench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c
index 485f7db9560..ac52f932c3f 100644
--- a/usr.bin/tcpbench/tcpbench.c
+++ b/usr.bin/tcpbench/tcpbench.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpbench.c,v 1.69 2023/05/22 12:53:04 tobhe Exp $ */
+/* $OpenBSD: tcpbench.c,v 1.70 2024/03/21 16:46:04 bluhm Exp $ */
/*
* Copyright (c) 2008 Damien Miller <djm@mindrot.org>
@@ -132,7 +132,7 @@ static void wrapup(int);
*/
static struct {
struct timeval t_first; /* first connect / packet */
- unsigned long long total_bytes; /* bytes since t_first */
+ unsigned long long total_bytes; /* bytes since t_first */
unsigned long long n_slices; /* slices since start */
unsigned long long slice_bytes; /* bytes since slice reset */
long double peak_mbps; /* peak mbps so far */