Fix white space. OK tobhe@
authorbluhm <bluhm@openbsd.org>
Thu, 21 Mar 2024 16:46:04 +0000 (16:46 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 21 Mar 2024 16:46:04 +0000 (16:46 +0000)
usr.bin/tcpbench/tcpbench.c

index 485f7db..ac52f93 100644 (file)
@@ -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 */