git: 14d370c9d72a - main - ping: remove a stray tab

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Sat, 28 Dec 2024 23:33:05 UTC
The branch main has been updated by maxim:

URL: https://cgit.FreeBSD.org/src/commit/?id=14d370c9d72a8cd72dff2dbf2c1aa6ee6f5253aa

commit 14d370c9d72a8cd72dff2dbf2c1aa6ee6f5253aa
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-12-28 21:27:20 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-12-28 23:32:32 +0000

    ping: remove a stray tab
    
    Reviewed by: imp
    
    Differential Revision: https://reviews.freebsd.org/D48233
---
 sbin/ping/ping.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 2efe8d41f160..d10e3c85c9bd 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -174,7 +174,7 @@ static int send_len;
 /* counters */
 static long nmissedmax;		/* max value of ntransmitted - nreceived - 1 */
 static long npackets;		/* max packets to transmit */
-static long snpackets;			/* max packets to transmit in one sweep */
+static long snpackets;		/* max packets to transmit in one sweep */
 static long sntransmitted;	/* # of packets we sent in this sweep */
 static int sweepmax;		/* max value of payload in sweep */
 static int sweepmin = 0;	/* start value of payload in sweep */