Code formatting only

svn path=/trunk/; revision=59920
This commit is contained in:
Hermès Bélusca-Maïto 2013-08-31 15:00:17 +00:00
parent 999fd92e73
commit aff36c042d
2 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ CpGetByte(
IN PCPPORT Port,
OUT PUCHAR Byte,
IN BOOLEAN Wait,
IN BOOLEAN Poll
IN BOOLEAN Poll
);
VOID

View file

@ -256,7 +256,7 @@ NTAPI
CpGetByte(IN PCPPORT Port,
OUT PUCHAR Byte,
IN BOOLEAN Wait,
IN BOOLEAN Poll)
IN BOOLEAN Poll)
{
UCHAR Lsr;
ULONG LimitCount = Wait ? TIMEOUT_COUNT : 1;
@ -288,7 +288,7 @@ CpGetByte(IN PCPPORT Port,
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL)
{
/* Not implemented yet */
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
// DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
}
/* Byte was read */
@ -311,7 +311,7 @@ CpPutByte(IN PCPPORT Port,
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL) // To be removed when this becomes implemented.
{
/* Not implemented yet */
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
// DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
}
/* Wait for LSR to say we can go ahead */