mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 06:54:49 +08:00
[filter] fix whitespace
This commit is contained in:
@@ -56,7 +56,7 @@ inline int32_t update_median_filter(struct MedianFilterInt * filter, int32_t new
|
|||||||
filter->dataIndex++;
|
filter->dataIndex++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
filter->dataIndex = 0;
|
filter->dataIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy raw data to sort data array
|
// Copy raw data to sort data array
|
||||||
|
|||||||
Reference in New Issue
Block a user