Added newline at end of file

This commit is contained in:
heckflosse
2017-11-25 13:59:39 +01:00
parent cc243704b4
commit 94d28e508e

View File

@@ -160,4 +160,4 @@ void findMinMaxPercentile (const float *data, size_t size, float minPrct, float&
maxOut += minVal; maxOut += minVal;
} }
} }