[FORMATTING]
authorJérôme Gardou <jerome.gardou@reactos.org>
Fri, 5 Aug 2011 17:58:27 +0000 (17:58 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Fri, 5 Aug 2011 17:58:27 +0000 (17:58 +0000)
- damn you notepad++

svn path=/trunk/; revision=53086

reactos/boot/freeldr/freeldr/arcemul/mm.c

index ab20555..09677bf 100644 (file)
@@ -30,7 +30,7 @@ static const MEMORY_DESCRIPTOR_INT MemoryDescriptors[] =
     { { MemoryFirmwareTemporary, 0x80, 0x10 }, 4, }, // File system read buffer. FILESYSBUFFER
     { { MemoryFirmwareTemporary, 0x90, 0x10 }, 5, }, // Disk read buffer for int 13h. DISKREADBUFFER
     { { MemoryFirmwarePermanent, 0xA0, 0x60 }, 6, }, // ROM / Video
-       { { MemorySpecialMemory, 0xFFF, 1 }, 7, }, // unusable memory
+    { { MemorySpecialMemory, 0xFFF, 1 }, 7, }, // unusable memory
 #elif __arm__ // This needs to be done per-platform specific way
 
 #endif