[FAST486]: Code formatting only (remove endlines spaces).
[reactos.git] / lib / fast486 / common.c
index f6db7b1..4753fef 100644 (file)
@@ -141,7 +141,7 @@ Fast486ReadMemory(PFAST486_STATE State,
 
             /* Check if this is the last page */
             if (Page == PAGE_ALIGN(LinearAddress + Size - 1))
-            {   
+            {
                 /* Copy only a part of the page */
                 PageLength = PAGE_OFFSET(LinearAddress + Size);
             }
@@ -255,7 +255,7 @@ Fast486WriteMemory(PFAST486_STATE State,
 
             /* Check if this is the last page */
             if (Page == PAGE_ALIGN(LinearAddress + Size - 1))
-            {   
+            {
                 /* Copy only a part of the page */
                 PageLength = PAGE_OFFSET(LinearAddress + Size);
             }