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
@@ -1,3 +1,2 @@
/chip
/board
-3
View File
@@ -26,6 +26,3 @@ specific directories.
qemu
This is the implementation of NuttX on the QEMU x86 simulation.
-1
View File
@@ -451,4 +451,3 @@ void idt_flush(uint32_t idt_addr);
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_X86_INCLUDE_I486_ARCH_H */
-1
View File
@@ -297,4 +297,3 @@ extern "C"
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_X86_INCLUDE_I486_IRQ_H */
-1
View File
@@ -135,4 +135,3 @@ static inline uintptr_t sys_call5(unsigned int nbr, uintptr_t parm1,
#endif
#endif /* __ARCH_X86_INCLUDE_I486_SYSCALL_H */
-1
View File
@@ -84,4 +84,3 @@ extern "C"
#endif
#endif /* __ARCH_X86_INCLUDE_IO_H */
-1
View File
@@ -96,4 +96,3 @@ extern "C"
#endif
#endif /* __ARCH_X86_INCLUDE_IRQ_H */
-1
View File
@@ -78,4 +78,3 @@ extern "C"
#endif
#endif /* __ARCH_X86_INCLUDE_QEMU_ARCH_H */
-1
View File
@@ -78,4 +78,3 @@ extern "C"
#endif
#endif /* __ARCH_X86_INCLUDE_QEMU_IRQ_H */
-1
View File
@@ -86,4 +86,3 @@ extern "C"
#endif
#endif /* __ARCH_X86_INCLUDE_SYSCALL_H */