aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-03-02 14:36:04 -0500
committerLorenz Meier <lm@inf.ethz.ch>2015-03-19 23:49:36 +0100
commitc2abb0f82ac23aab3295522ade4c255323191931 (patch)
treea87146edb8736e8f447e97eb6624b909aefe57c2 /src/examples
parentc147424fe735d92c5271ba3b5bc830bb33fb6097 (diff)
downloadpx4-firmware-c2abb0f82ac23aab3295522ade4c255323191931.tar.gz
px4-firmware-c2abb0f82ac23aab3295522ade4c255323191931.tar.bz2
px4-firmware-c2abb0f82ac23aab3295522ade4c255323191931.zip
fix code style if trivial one line difference
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/fixedwing_control/params.c2
-rw-r--r--src/examples/fixedwing_control/params.h2
-rw-r--r--src/examples/flow_position_estimator/flow_position_estimator_params.c2
-rw-r--r--src/examples/flow_position_estimator/flow_position_estimator_params.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/examples/fixedwing_control/params.c b/src/examples/fixedwing_control/params.c
index c2e94ff3d..fbbd30201 100644
--- a/src/examples/fixedwing_control/params.c
+++ b/src/examples/fixedwing_control/params.c
@@ -34,7 +34,7 @@
/*
* @file params.c
- *
+ *
* Parameters for fixedwing demo
*/
diff --git a/src/examples/fixedwing_control/params.h b/src/examples/fixedwing_control/params.h
index 4ae8e90ec..49ffff446 100644
--- a/src/examples/fixedwing_control/params.h
+++ b/src/examples/fixedwing_control/params.h
@@ -34,7 +34,7 @@
/*
* @file params.h
- *
+ *
* Definition of parameters for fixedwing example
*/
diff --git a/src/examples/flow_position_estimator/flow_position_estimator_params.c b/src/examples/flow_position_estimator/flow_position_estimator_params.c
index ec3c3352d..b56579787 100644
--- a/src/examples/flow_position_estimator/flow_position_estimator_params.c
+++ b/src/examples/flow_position_estimator/flow_position_estimator_params.c
@@ -35,7 +35,7 @@
/*
* @file flow_position_estimator_params.c
- *
+ *
* Parameters for position estimator
*/
diff --git a/src/examples/flow_position_estimator/flow_position_estimator_params.h b/src/examples/flow_position_estimator/flow_position_estimator_params.h
index f9a9bb303..3ab4e560f 100644
--- a/src/examples/flow_position_estimator/flow_position_estimator_params.h
+++ b/src/examples/flow_position_estimator/flow_position_estimator_params.h
@@ -35,7 +35,7 @@
/*
* @file flow_position_estimator_params.h
- *
+ *
* Parameters for position estimator
*/