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
+1
View File
@@ -80,6 +80,7 @@ int nxflat_uninit(struct nxflat_loadinfo_s *loadinfo)
{
close(loadinfo->filfd);
}
return OK;
}