mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
logging/nxscope/nxscope.c: fix indentation
This commit is contained in:
parent
719d03a8c1
commit
97e2be0033
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue