mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
- [FORMATTING] Indentation and typo fixes
svn path=/trunk/; revision=35808
This commit is contained in:
parent
12f349df1d
commit
1f361c34ed
1 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ CmpGetBiosDate(IN PCHAR BiosStart,
|
|||
}
|
||||
}
|
||||
|
||||
/* Add slashes were we previously had NULLs */
|
||||
/* Add slashes where we previously had NULLs */
|
||||
CurrentDate[4] = CurrentDate[7] = '/';
|
||||
|
||||
/* Check which date is newer */
|
||||
|
@ -636,7 +636,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
if (BiosHandle)
|
||||
{
|
||||
/* Get the BIOS Date Identifier */
|
||||
RtlCopyMemory(Buffer, (PCHAR)BaseAddress + (16*PAGE_SIZE - 11), 8);
|
||||
RtlCopyMemory(Buffer, (PCHAR)BaseAddress + (16 * PAGE_SIZE - 11), 8);
|
||||
Buffer[8] = ANSI_NULL;
|
||||
|
||||
/* Convert it to unicode */
|
||||
|
@ -665,7 +665,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
}
|
||||
|
||||
/* Get the BIOS Version */
|
||||
if (CmpGetBiosVersion(BaseAddress, 16* PAGE_SIZE, Buffer))
|
||||
if (CmpGetBiosVersion(BaseAddress, 16 * PAGE_SIZE, Buffer))
|
||||
{
|
||||
/* Start at the beginning of our buffer */
|
||||
CurrentVersion = BiosVersion;
|
||||
|
@ -764,7 +764,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
}
|
||||
|
||||
/* Get the Video BIOS Version */
|
||||
if (CmpGetBiosVersion(BaseAddress, 8* PAGE_SIZE, Buffer))
|
||||
if (CmpGetBiosVersion(BaseAddress, 8 * PAGE_SIZE, Buffer))
|
||||
{
|
||||
/* Start at the beginning of our buffer */
|
||||
CurrentVersion = BiosVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue