remove whitespace from end of lines

svn path=/trunk/; revision=15107
This commit is contained in:
Steven Edwards 2005-05-08 02:15:21 +00:00
parent 476cbed37c
commit 1e81d3ff1f
55 changed files with 403 additions and 403 deletions

View file

@ -619,7 +619,7 @@ FrLdrMapKernel(FILE *KernelImage)
RelocationEnd = (PIMAGE_BASE_RELOCATION)((ULONG_PTR)RelocationDir + RelocationDDir->Size);
/* Calculate Difference between Real Base and Compiled Base*/
Delta = KernelBase - NtHeader->OptionalHeader.ImageBase;;
Delta = KernelBase - NtHeader->OptionalHeader.ImageBase;
/* Determine how far we shoudl relocate */
MaxAddress = KERNEL_BASE_PHYS + ImageSize;