mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
nxstyle fixes
Run all files modified by PR 766 through nxstyle and fix any resulting complaints. NOTE: Numerous "Mixed case identifier" errors in arch/arm/src/cxd56xx/cxd56_gnss.c were not fixed because this problem is of much larger scope than this file.
This commit is contained in:
committed by
Abdelatif Guettouche
parent
67ec3d7926
commit
72104c182c
@@ -281,8 +281,10 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR char *buffer,
|
||||
|
||||
/* The first line is the headers */
|
||||
|
||||
linesize = snprintf(procfile->line, MEMINFO_LINELEN,
|
||||
" total used free largest\n");
|
||||
linesize =
|
||||
snprintf(procfile->line, MEMINFO_LINELEN,
|
||||
" total used free largest\n");
|
||||
|
||||
copysize = procfs_memcpy(procfile->line, linesize, buffer, buflen,
|
||||
&offset);
|
||||
totalsize = copysize;
|
||||
|
||||
Reference in New Issue
Block a user