[ros-diffs] [jgardou] 53086: [FORMATTING] - damn you notepad++

jgardou at svn.reactos.org jgardou at svn.reactos.org
Fri Aug 5 17:58:28 UTC 2011


Author: jgardou
Date: Fri Aug  5 17:58:27 2011
New Revision: 53086

URL: http://svn.reactos.org/svn/reactos?rev=53086&view=rev
Log:
[FORMATTING]
- damn you notepad++

Modified:
    trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c

Modified: trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c?rev=53086&r1=53085&r2=53086&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arcemul/mm.c [iso-8859-1] Fri Aug  5 17:58:27 2011
@@ -30,7 +30,7 @@
     { { 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




More information about the Ros-diffs mailing list