mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
[FAST486]: Code formatting only (remove endlines spaces).
svn path=/branches/ntvdm/; revision=60894
This commit is contained in:
parent
aab2a03dc2
commit
a106a3b21e
5 changed files with 53 additions and 53 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue