Added newline at end of file

This commit is contained in:
heckflosse
2017-11-25 13:58:51 +01:00
parent 0950963f84
commit cc243704b4

View File

@@ -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); void findMinMaxPercentile (const float *data, size_t size, float minPrct, float& minOut, float maxPrct, float& maxOut, bool multiThread = true);
} }