Remove exra whitespace from files (#189)

* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
This commit is contained in:
Xiang Xiao
2020-01-31 07:15:01 -08:00
committed by Gregory Nutt
parent 960c26491c
commit 68951e8d72
1339 changed files with 300 additions and 1669 deletions
-1
View File
@@ -171,4 +171,3 @@ void builtin_uninitialize(void);
#endif
#endif /* __BINFMT_BINFMT_H */
-1
View File
@@ -86,4 +86,3 @@ int register_binfmt(FAR struct binfmt_s *binfmt)
}
#endif /* CONFIG_BINFMT_DISABLE */
-1
View File
@@ -198,4 +198,3 @@ int unload_module(FAR struct binary_s *binp)
}
#endif /* CONFIG_BINFMT_DISABLE */
-1
View File
@@ -119,4 +119,3 @@ int unregister_binfmt(FAR struct binfmt_s *binfmt)
}
#endif /* CONFIG_BINFMT_DISABLE */
-1
View File
@@ -192,4 +192,3 @@ void builtin_uninitialize(void)
}
#endif /* HAVE_BUILTIN_CONTEXT */
-1
View File
@@ -358,4 +358,3 @@ void elf_uninitialize(void)
}
#endif /* CONFIG_ELF */
-1
View File
@@ -203,4 +203,3 @@ int elf_init(FAR const char *filename, FAR struct elf_loadinfo_s *loadinfo)
return OK;
}
-1
View File
@@ -133,4 +133,3 @@ int elf_reallocbuffer(FAR struct elf_loadinfo_s *loadinfo, size_t increment)
loadinfo->buflen = newsize;
return OK;
}
-1
View File
@@ -377,4 +377,3 @@ errout_with_buffers:
elf_unload(loadinfo);
return ret;
}
-1
View File
@@ -113,4 +113,3 @@ int elf_unload(struct elf_loadinfo_s *loadinfo)
return OK;
}
-1
View File
@@ -121,4 +121,3 @@ int elf_verifyheader(FAR const Elf32_Ehdr *ehdr)
return OK;
}
-1
View File
@@ -619,4 +619,3 @@ int nxflat_bind(FAR struct nxflat_loadinfo_s *loadinfo,
return ret;
}
-1
View File
@@ -188,4 +188,3 @@ int nxflat_init(const char *filename, struct nxflat_loadinfo_s *loadinfo)
return 0;
}
-1
View File
@@ -220,4 +220,3 @@ errout:
nxflat_unload(loadinfo);
return ret;
}
-1
View File
@@ -83,4 +83,3 @@ int nxflat_uninit(struct nxflat_loadinfo_s *loadinfo)
return OK;
}
-1
View File
@@ -322,4 +322,3 @@ void nxflat_uninitialize(void)
}
#endif /* CONFIG_NXFLAT */