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 +}