From 98e32ffea5bfd3a79a7b990220c5e009d007f7d4 Mon Sep 17 00:00:00 2001 From: bluhm Date: Thu, 21 Mar 2024 16:46:04 +0000 Subject: [PATCH] Fix white space. OK tobhe@ --- usr.bin/tcpbench/tcpbench.c | 4 ++-- 1 file 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 @@ -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 */ -- 2.20.1