diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-05 20:41:31 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-05 20:41:31 -0800 |
commit | 7e18288f23fdc16e65988d8b142f9294601136d7 (patch) | |
tree | 13ab991d14632adb3c12e3695d1d4780fc554b93 /reloc/reloc_linux.c | |
parent | 83d6499e76bed573c0d2015f2516e5277c96c7b9 (diff) | |
download | wraplinux-7e18288f23fdc16e65988d8b142f9294601136d7.tar.gz wraplinux-7e18288f23fdc16e65988d8b142f9294601136d7.tar.xz wraplinux-7e18288f23fdc16e65988d8b142f9294601136d7.zip |
Additional whitespace cleanup
Diffstat (limited to 'reloc/reloc_linux.c')
-rw-r--r-- | reloc/reloc_linux.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/reloc/reloc_linux.c b/reloc/reloc_linux.c index 1bf6f44..a2b0d2c 100644 --- a/reloc/reloc_linux.c +++ b/reloc/reloc_linux.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------- * - * + * * Copyright 2008 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -10,10 +10,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -92,7 +92,7 @@ static int probe_memory_e820(void) intcall(0x15, ®s, ®s); copied = (regs.eflags.l & EFLAGS_CF) ? 0 : regs.ecx.l; - + if ( regs.eax.l != 0x534d4150 || copied < 20 ) break; @@ -176,7 +176,7 @@ int main(void) /* Move the initrd into place */ memmove((void *)initrd_addr, (void *)startup_info.rd_addr, startup_info.rd_len); - + hdr->ramdisk_image = initrd_addr; } |