[FAST486]: Code formatting only (remove endlines spaces).

svn path=/branches/ntvdm/; revision=60894
This commit is contained in:
Hermès Bélusca-Maïto 2013-11-09 14:23:40 +00:00
parent aab2a03dc2
commit a106a3b21e
5 changed files with 53 additions and 53 deletions

View 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);
}