AP_OpticalFlow: remove trailing whitespaces

This commit is contained in:
Lucas De Marchi 2016-04-29 12:10:52 -03:00
parent 5a52533084
commit 6839ee4f37

View File

@ -84,8 +84,8 @@ void OpticalFlow::update(void)
}
void OpticalFlow::setHIL(const struct OpticalFlow::OpticalFlow_state &state)
{
{
if (backend) {
backend->_update_frontend(state);
backend->_update_frontend(state);
}
}