mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 16:08:28 -04:00
AC_Sprayer: formatting fixes
non-functional change
This commit is contained in:
parent
9e298b3b2f
commit
d9fe7b7105
@ -92,8 +92,7 @@ void AC_Sprayer::stop_spraying()
|
||||
}
|
||||
|
||||
/// update - adjust pwm of servo controlling pump speed according to the desired quantity and our horizontal speed
|
||||
void
|
||||
AC_Sprayer::update()
|
||||
void AC_Sprayer::update()
|
||||
{
|
||||
// exit immediately if we are disabled or shouldn't be running
|
||||
if (!_enabled || !running()) {
|
||||
|
Loading…
Reference in New Issue
Block a user