From 94d28e508ea8ea2cca100851d69a31a4f87ab6db Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 25 Nov 2017 13:59:39 +0100 Subject: [PATCH] Added newline at end of file --- rtengine/rt_algo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/rt_algo.cc b/rtengine/rt_algo.cc index 92a3a59b6..07de2882f 100644 --- a/rtengine/rt_algo.cc +++ b/rtengine/rt_algo.cc @@ -160,4 +160,4 @@ void findMinMaxPercentile (const float *data, size_t size, float minPrct, float& maxOut += minVal; } -} \ No newline at end of file +}