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/nuttx-apps.git

commit 97e2be0033e895b871d6eb2e38eb4af73f5dabfd
Author: raiden00pl <raide...@railab.me>
AuthorDate: Wed Oct 4 11:36:30 2023 +0200

    logging/nxscope/nxscope.c: fix indentation
---
 logging/nxscope/nxscope.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logging/nxscope/nxscope.c b/logging/nxscope/nxscope.c
index 5be4e601e..011aa93c2 100644
--- a/logging/nxscope/nxscope.c
+++ b/logging/nxscope/nxscope.c
@@ -353,7 +353,7 @@ static int nxscope_div_req(FAR struct nxscope_s *s,
             {
               _err("ERROR: invalid div bulk dlen = %d\n", dlen);
               ret = -EINVAL;
-               goto errout;
+              goto errout;
             }
 
           /* Write configuration */

Reply via email to