mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file * Remove the white space from the end of line
This commit is contained in:
@@ -1090,7 +1090,7 @@ int cmd_arp(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
nentries = netlib_get_arptable(arptab, CONFIG_NET_ARPTAB_SIZE);
|
||||
if (nentries < 0)
|
||||
{
|
||||
nsh_error(vtbl, g_fmtcmdfailed, argv[0], netlib_get_arptable,
|
||||
nsh_error(vtbl, g_fmtcmdfailed, argv[0], netlib_get_arptable,
|
||||
NSH_ERRNO_OF(-nentries));
|
||||
free(arptab);
|
||||
return ERROR;
|
||||
@@ -1423,4 +1423,3 @@ errout:
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NET */
|
||||
|
||||
|
Reference in New Issue
Block a user