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 */
-1
View File
@@ -79,4 +79,3 @@ void up_copystate(uint32_t *dest, uint32_t *src)
*dest++ = *src++;
}
}
-1
View File
@@ -188,4 +188,3 @@ void _exit(int status)
up_fullcontextrestore(tcb->xcp.regs);
}
-1
View File
@@ -123,4 +123,3 @@ void up_initial_state(struct tcb_s *tcb)
xcp->regs[REG_EFLAGS] = X86_FLAGS_IF;
#endif
}
-1
View File
@@ -139,4 +139,3 @@ FAR void *up_stack_frame(FAR struct tcb_s *tcb, size_t frame_size)
return (FAR void *)(topaddr + sizeof(uint32_t));
}
-1
View File
@@ -68,4 +68,3 @@ endif
ifeq ($(CONFIG_QEMU_VGA),y)
CHIP_CSRCS += qemu_vga.c
endif
-1
View File
@@ -224,4 +224,3 @@ uint32_t *irq_handler(uint32_t *regs)
return ret;
#endif
}
-1
View File
@@ -85,4 +85,3 @@ void up_idle(void)
#endif
}
-1
View File
@@ -101,4 +101,3 @@ void up_lowputc(char ch)
outb(ch, COM1_PORT+COM_THR);
}
-1
View File
@@ -137,4 +137,3 @@ void up_lowsetup(void)
x86_boardinitialize();
}