binfmt/: Run all .c files under binfmt/ through tools/nxstyle and fix all resulting complaints.

This commit is contained in:
Gregory Nutt
2020-01-11 10:10:49 -06:00
committed by Alan Carvalho de Assis
parent 98f431d8d8
commit 7a72d1e8ca
15 changed files with 74 additions and 56 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ static inline int elf_loadfile(FAR struct elf_loadinfo_s *loadinfo)
FAR Elf32_Shdr *shdr = &loadinfo->shdr[i];
/* SHF_ALLOC indicates that the section requires memory during
* execution */
* execution.
*/
if ((shdr->sh_flags & SHF_ALLOC) == 0)
{