commander, navigator, mc_att_control, mc_pos_control: code style fixed

This commit is contained in:
Anton Babushkin
2014-02-01 11:14:21 +01:00
parent 542ec2d91d
commit 8897894b19
6 changed files with 50 additions and 20 deletions
+2
View File
@@ -369,6 +369,7 @@ int arm()
if (arming_res == TRANSITION_CHANGED) {
mavlink_log_info(mavlink_fd, "[cmd] ARMED by commandline");
return 0;
} else {
return 1;
}
@@ -381,6 +382,7 @@ int disarm()
if (arming_res == TRANSITION_CHANGED) {
mavlink_log_info(mavlink_fd, "[cmd] ARMED by commandline");
return 0;
} else {
return 1;
}