From ea0796bde3483189643894c6a47d31c0dba0c486 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 18 Sep 2012 15:07:58 -0400 Subject: Trim trailing whitespace for src/*.{h,cpp} --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 65923e68a3..2409ccb79c 100644 --- a/src/util.h +++ b/src/util.h @@ -483,7 +483,7 @@ inline uint160 Hash160(const std::vector& vch) } -/** Median filter over a stream of values. +/** Median filter over a stream of values. * Returns the median of the last N numbers */ template class CMedianFilter @@ -500,7 +500,7 @@ public: vValues.push_back(initial_value); vSorted = vValues; } - + void input(T value) { if(vValues.size() == nSize) -- cgit v1.2.3