mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 00:11:20 +08:00
Fixing coding style issues for rest of nshlib directory - except for the false +ve nsh_timcmds.c
This commit is contained in:

committed by
Alin Jerpelea

parent
0f4ad7dc5f
commit
3b884cfb87
@@ -341,7 +341,8 @@ int cmd_reboot(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
#if defined(CONFIG_RPTUN) && !defined(CONFIG_NSH_DISABLE_RPTUN)
|
||||
int cmd_rptun(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
{
|
||||
int fd, cmd;
|
||||
int fd;
|
||||
int cmd;
|
||||
|
||||
if (argc < 3)
|
||||
{
|
||||
|
Reference in New Issue
Block a user