forked from Archive/PX4-Autopilot
Fix code style for mavlink main
This commit is contained in:
parent
557a57d51a
commit
d1fcd8dd8e
|
@ -460,7 +460,7 @@ Mavlink::destroy_all_instances()
|
|||
while (_mavlink_instances) {
|
||||
inst_to_del = _mavlink_instances;
|
||||
LL_DELETE(_mavlink_instances, inst_to_del);
|
||||
delete (inst_to_del);
|
||||
delete inst_to_del;
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
|
|
Loading…
Reference in New Issue