mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_OpticalFlow: remove trailing whitespaces
This commit is contained in:
parent
5a52533084
commit
6839ee4f37
@ -84,8 +84,8 @@ void OpticalFlow::update(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void OpticalFlow::setHIL(const struct OpticalFlow::OpticalFlow_state &state)
|
void OpticalFlow::setHIL(const struct OpticalFlow::OpticalFlow_state &state)
|
||||||
{
|
{
|
||||||
if (backend) {
|
if (backend) {
|
||||||
backend->_update_frontend(state);
|
backend->_update_frontend(state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user