You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/29 20:59:50 UTC

[incubator-nuttx-apps] 02/02: examples/pwm: fix style issue found in CI

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

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

commit e066cd177ca7f2703625a56b744deaa1d7045301
Author: Diego Herranz <di...@diegoherranz.com>
AuthorDate: Sun Nov 29 19:53:02 2020 +0000

    examples/pwm: fix style issue found in CI
---
 examples/pwm/pwm_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c
index 7423616..473863d 100644
--- a/examples/pwm/pwm_main.c
+++ b/examples/pwm/pwm_main.c
@@ -202,6 +202,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
     {
       printf(" %d", pwm->channels[i]);
     }
+
   printf("\n");
 
   printf("  [[-d duty1] [[-d duty2] ...]] "
@@ -217,6 +218,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
     {
       printf(" %d %%", pwm->duties[i]);
     }
+
   printf("\n");
 #else
   printf("  [-d duty] selects the pulse duty as a percentage.  "