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 3bf2f317169f07bcd6f83022e46fc18b01aec9be
Author: Sara Souza <[email protected]>
AuthorDate: Mon Mar 22 10:09:24 2021 -0300

    fixed coding style issue
---
 examples/termios/termios_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/termios/termios_main.c b/examples/termios/termios_main.c
index 44512af..d34cce5 100644
--- a/examples/termios/termios_main.c
+++ b/examples/termios/termios_main.c
@@ -123,6 +123,7 @@ int main(int argc, FAR char *argv[])
             "Expected error code: 0. Current code: %d\n", error);
       sleep(1);
     }
+
   return 0;
 }
 

Reply via email to