mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +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++;
|
||||
}
|
||||
else {
|
||||
filter->dataIndex = 0;
|
||||
filter->dataIndex = 0;
|
||||
}
|
||||
|
||||
// Copy raw data to sort data array
|
||||
|
||||
Reference in New Issue
Block a user