fix formatting (#25270)

This commit is contained in:
Jacob Dahl 2025-07-22 23:52:16 -08:00 committed by GitHub
parent af878cee7b
commit 9cd6840695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1009,7 +1009,8 @@ void EKF2::PublishAidSourceStatus(const hrt_abstime &timestamp)
#if defined(CONFIG_EKF2_OPTICAL_FLOW)
// optical flow
PublishAidSourceStatus(timestamp, _ekf.aid_src_optical_flow(), _status_optical_flow_pub_last, _estimator_aid_src_optical_flow_pub);
PublishAidSourceStatus(timestamp, _ekf.aid_src_optical_flow(), _status_optical_flow_pub_last,
_estimator_aid_src_optical_flow_pub);
#endif // CONFIG_EKF2_OPTICAL_FLOW
}