aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_global_position_set_triplet.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-12 12:59:15 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-12 12:59:15 +0100
commitbc64391c538d85e6a1640dac0a76fe0f71a8efc4 (patch)
treebb5425f6278191a633b8f96c883b9938f557a413 /src/modules/uORB/topics/vehicle_global_position_set_triplet.h
parentcd05dfcc7cb557575e62f5f93ddd3a86c073d517 (diff)
downloadpx4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.tar.gz
px4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.tar.bz2
px4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.zip
AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITS
Diffstat (limited to 'src/modules/uORB/topics/vehicle_global_position_set_triplet.h')
-rw-r--r--src/modules/uORB/topics/vehicle_global_position_set_triplet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/uORB/topics/vehicle_global_position_set_triplet.h b/src/modules/uORB/topics/vehicle_global_position_set_triplet.h
index 8516b263f..e8565d887 100644
--- a/src/modules/uORB/topics/vehicle_global_position_set_triplet.h
+++ b/src/modules/uORB/topics/vehicle_global_position_set_triplet.h
@@ -58,8 +58,7 @@
*
* This are the three next waypoints (or just the next two or one).
*/
-struct vehicle_global_position_set_triplet_s
-{
+struct vehicle_global_position_set_triplet_s {
bool previous_valid; /**< flag indicating previous position is valid */
bool next_valid; /**< flag indicating next position is valid */