From cc243704b4a5712bae52e04611237b7b10cc890a Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 25 Nov 2017 13:58:51 +0100 Subject: [PATCH] Added newline at end of file --- rtengine/rt_algo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/rt_algo.h b/rtengine/rt_algo.h index 1e2d11bbb..3bc49d102 100644 --- a/rtengine/rt_algo.h +++ b/rtengine/rt_algo.h @@ -25,4 +25,4 @@ namespace rtengine { void findMinMaxPercentile (const float *data, size_t size, float minPrct, float& minOut, float maxPrct, float& maxOut, bool multiThread = true); -} \ No newline at end of file +}