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 <diegoherr...@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. "