Browse Source

commander: whitespace fix

sbg
Julian Oes 8 years ago committed by Beat Küng
parent
commit
158a0be6c4
  1. 2
      src/modules/commander/commander.cpp

2
src/modules/commander/commander.cpp

@ -3649,7 +3649,7 @@ void answer_command(struct vehicle_command_s &cmd, unsigned result, @@ -3649,7 +3649,7 @@ void answer_command(struct vehicle_command_s &cmd, unsigned result,
{
switch (result) {
case vehicle_command_s::VEHICLE_CMD_RESULT_ACCEPTED:
tune_positive(true);
tune_positive(true);
break;
case vehicle_command_s::VEHICLE_CMD_RESULT_DENIED:

Loading…
Cancel
Save