uncrustify ArduPlane/commands.pde

This commit is contained in:
uncrustify 2012-08-21 19:19:51 -07:00 committed by Pat Hickey
parent f2c523b6f0
commit 57f1bd123f

View File

@ -1,6 +1,6 @@
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/*
logic for dealing with the current command in the mission and home location
* logic for dealing with the current command in the mission and home location
*/
static void init_commands()
@ -131,8 +131,8 @@ static int32_t read_alt_to_hold()
/*
This function stores waypoint commands
It looks to see what the next command type is and finds the last command.
* This function stores waypoint commands
* It looks to see what the next command type is and finds the last command.
*/
static void set_next_WP(struct Location *wp)
{