From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- NetEx/NetPeer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetEx/NetPeer.h') diff --git a/NetEx/NetPeer.h b/NetEx/NetPeer.h index c48b69b..49b2ad0 100644 --- a/NetEx/NetPeer.h +++ b/NetEx/NetPeer.h @@ -102,7 +102,7 @@ private: enum HIST { HIST_SIZE=8 }; - DWORD last_recv_time; // time of last received packet + DWORD last_recv_time; // time of last received packet DWORD hist_time[HIST_SIZE]; // history for pps check DWORD hist_size[HIST_SIZE]; // history for bps check int hist_indx; // index into history -- cgit v1.1