5
0
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:
Randy Mackay 2018-04-11 09:27:18 +09:00
parent 9e298b3b2f
commit d9fe7b7105

View File

@ -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()) {