You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/20 13:55:22 UTC

[incubator-nuttx-apps] 01/02: industry/foc/float: cosmetics

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 52beb5f717b113bf299564978d27a53b48e6da2d
Author: raiden00pl <ra...@railab.me>
AuthorDate: Sun Feb 20 12:54:18 2022 +0100

    industry/foc/float: cosmetics
---
 industry/foc/float/foc_ang_onfo.c | 8 ++++----
 industry/foc/float/foc_ang_osmo.c | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/industry/foc/float/foc_ang_onfo.c b/industry/foc/float/foc_ang_onfo.c
index 58d1778..2acb6ce 100644
--- a/industry/foc/float/foc_ang_onfo.c
+++ b/industry/foc/float/foc_ang_onfo.c
@@ -64,8 +64,8 @@ static int foc_angle_onfo_cfg_f32(FAR foc_angle_f32_t *h, FAR void *cfg);
 static int foc_angle_onfo_zero_f32(FAR foc_angle_f32_t *h);
 static int foc_angle_onfo_dir_f32(FAR foc_angle_f32_t *h, float dir);
 static int foc_angle_onfo_run_f32(FAR foc_angle_f32_t *h,
-                                FAR struct foc_angle_in_f32_s *in,
-                                FAR struct foc_angle_out_f32_s *out);
+                                  FAR struct foc_angle_in_f32_s *in,
+                                  FAR struct foc_angle_out_f32_s *out);
 
 /****************************************************************************
  * Public Data
@@ -265,8 +265,8 @@ static int foc_angle_onfo_dir_f32(FAR foc_angle_f32_t *h, float dir)
  ****************************************************************************/
 
 static int foc_angle_onfo_run_f32(FAR foc_angle_f32_t *h,
-                                FAR struct foc_angle_in_f32_s *in,
-                                FAR struct foc_angle_out_f32_s *out)
+                                  FAR struct foc_angle_in_f32_s *in,
+                                  FAR struct foc_angle_out_f32_s *out)
 {
   FAR struct foc_ang_onfo_f32_s *ob = NULL;
   FAR dq_frame_f32_t v_dq_mod;
diff --git a/industry/foc/float/foc_ang_osmo.c b/industry/foc/float/foc_ang_osmo.c
index ace361a..ce693f3 100644
--- a/industry/foc/float/foc_ang_osmo.c
+++ b/industry/foc/float/foc_ang_osmo.c
@@ -55,8 +55,8 @@ static int foc_angle_osmo_cfg_f32(FAR foc_angle_f32_t *h, FAR void *cfg);
 static int foc_angle_osmo_zero_f32(FAR foc_angle_f32_t *h);
 static int foc_angle_osmo_dir_f32(FAR foc_angle_f32_t *h, float dir);
 static int foc_angle_osmo_run_f32(FAR foc_angle_f32_t *h,
-                                FAR struct foc_angle_in_f32_s *in,
-                                FAR struct foc_angle_out_f32_s *out);
+                                  FAR struct foc_angle_in_f32_s *in,
+                                  FAR struct foc_angle_out_f32_s *out);
 
 /****************************************************************************
  * Public Data
@@ -256,8 +256,8 @@ static int foc_angle_osmo_dir_f32(FAR foc_angle_f32_t *h, float dir)
  ****************************************************************************/
 
 static int foc_angle_osmo_run_f32(FAR foc_angle_f32_t *h,
-                                FAR struct foc_angle_in_f32_s *in,
-                                FAR struct foc_angle_out_f32_s *out)
+                                  FAR struct foc_angle_in_f32_s *in,
+                                  FAR struct foc_angle_out_f32_s *out)
 {
   FAR struct foc_ang_osmo_f32_s *ob = NULL;