aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/geofence_result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/geofence_result.h')
-rw-r--r--src/modules/uORB/topics/geofence_result.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/uORB/topics/geofence_result.h b/src/modules/uORB/topics/geofence_result.h
index b07e04499..8d32dfc0a 100644
--- a/src/modules/uORB/topics/geofence_result.h
+++ b/src/modules/uORB/topics/geofence_result.h
@@ -50,8 +50,7 @@
* @{
*/
-struct geofence_result_s
-{
+struct geofence_result_s {
bool geofence_violated; /**< true if the geofence is violated */
};