Author: sginsberg
Date: Sat Aug 30 11:50:43 2008
New Revision: 35808
URL:
http://svn.reactos.org/svn/reactos?rev=35808&view=rev
Log:
- [FORMATTING] Indentation and typo fixes
Modified:
trunk/reactos/ntoskrnl/config/i386/cmhardwr.c
Modified: trunk/reactos/ntoskrnl/config/i386/cmhardwr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/i386/cmhar…
==============================================================================
--- trunk/reactos/ntoskrnl/config/i386/cmhardwr.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/config/i386/cmhardwr.c [iso-8859-1] Sat Aug 30 11:50:43 2008
@@ -95,7 +95,7 @@
}
}
- /* 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 @@
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 @@
}
/* 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 @@
}
/* 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;