[filter] fix whitespace

This commit is contained in:
Gautier Hattenberger
2012-07-12 10:36:28 +02:00
parent 3d41115fe9
commit 4785c6e78c
+1 -1
View File
@@ -56,7 +56,7 @@ inline int32_t update_median_filter(struct MedianFilterInt * filter, int32_t new
filter->dataIndex++;
}
else {
filter->dataIndex = 0;
filter->dataIndex = 0;
}
// Copy raw data to sort data array