mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
remove whitespace from end of lines
svn path=/trunk/; revision=15107
This commit is contained in:
parent
476cbed37c
commit
1e81d3ff1f
55 changed files with 403 additions and 403 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue