aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/fence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/fence.h')
-rw-r--r--src/modules/uORB/topics/fence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/fence.h b/src/modules/uORB/topics/fence.h
index a61f078ba..43cee89fe 100644
--- a/src/modules/uORB/topics/fence.h
+++ b/src/modules/uORB/topics/fence.h
@@ -65,7 +65,7 @@ struct fence_vertex_s {
* This is the position of a geofence
*
*/
-struct fence_s {
+struct fence_s {
unsigned count; /**< number of actual vertices */
struct fence_vertex_s vertices[GEOFENCE_MAX_VERTICES];
};