From ef53831d80c97105eadef759cb2c399882284cee Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 24 Aug 2003 14:43:15 +0000 Subject: [PATCH] A NEWLINE Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1203 --- include/paging.h | 3 +-- src/cpu/core_normal/string.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/paging.h b/include/paging.h index 172612a9..73169bc2 100644 --- a/include/paging.h +++ b/include/paging.h @@ -221,5 +221,4 @@ INLINE void mem_writed_inline(PhysPt address,Bit32u val) { else ENTRY_writed(plink->entry,address,val); } - -#endif \ No newline at end of file +#endif diff --git a/src/cpu/core_normal/string.h b/src/cpu/core_normal/string.h index 524025f4..4fce8638 100644 --- a/src/cpu/core_normal/string.h +++ b/src/cpu/core_normal/string.h @@ -240,4 +240,4 @@ static void DoString(STRING_OP type) { reg_ecx&=(~add_mask); reg_ecx|=(count & add_mask); } -} \ No newline at end of file +}