mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
67ec3d7926
commit
72104c182c
9 changed files with 92 additions and 67 deletions
|
|
@ -79,7 +79,7 @@ struct mallinfo
|
|||
int uordblks; /* This is the total size of memory occupied by
|
||||
* chunks handed out by malloc. */
|
||||
int fordblks; /* This is the total size of memory occupied
|
||||
* by free (not in use) chunks.*/
|
||||
* by free (not in use) chunks. */
|
||||
};
|
||||
|
||||
/* Structure type returned by the div() function. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue