mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -559,7 +559,7 @@ FxDriver::GetRegistryPath(
|
|||
return pString;
|
||||
}
|
||||
|
||||
|
||||
|
||||
VOID
|
||||
FxDriver::ConfigureConstraints(
|
||||
__in_opt PWDF_OBJECT_ATTRIBUTES DriverAttributes
|
||||
|
|
|
@ -91,7 +91,7 @@ Return Value:
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
__drv_maxIRQL(DISPATCH_LEVEL)
|
||||
ULONG
|
||||
STDCALL
|
||||
|
|
|
@ -109,7 +109,7 @@ Returns:
|
|||
m_LockObject = LockObject;
|
||||
}
|
||||
|
||||
|
||||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
FxIrpQueue::InsertTailRequest(
|
||||
|
@ -162,7 +162,7 @@ Returns:
|
|||
return Status;
|
||||
}
|
||||
|
||||
|
||||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
FxIrpQueue::InsertHeadRequest(
|
||||
|
@ -214,7 +214,7 @@ Returns:
|
|||
return Status;
|
||||
}
|
||||
|
||||
|
||||
|
||||
MdIrp
|
||||
FxIrpQueue::GetNextRequest(
|
||||
__out PMdIoCsqIrpContext* pCsqContext
|
||||
|
@ -234,7 +234,7 @@ Routine Description:
|
|||
return RemoveNextIrpFromQueue(NULL, pCsqContext);
|
||||
}
|
||||
|
||||
|
||||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
FxIrpQueue::GetNextRequest(
|
||||
|
|
|
@ -64,7 +64,7 @@ FxWorkItem::FxWorkItem(
|
|||
MarkDisposeOverride(ObjectDoNotLock);
|
||||
}
|
||||
|
||||
|
||||
|
||||
FxWorkItem::~FxWorkItem(
|
||||
VOID
|
||||
)
|
||||
|
|
|
@ -343,7 +343,7 @@ FxPkgPnp::Dispose(
|
|||
return FxPackage::Dispose(); // __super call
|
||||
}
|
||||
|
||||
|
||||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
FxPkgPnp::Initialize(
|
||||
|
|
|
@ -781,7 +781,7 @@ Return Value:
|
|||
(sizeof(m_PnpMachine.m_States.History)/
|
||||
sizeof(m_PnpMachine.m_States.History[0])));
|
||||
}
|
||||
|
||||
|
||||
/*++
|
||||
|
||||
The locking model for the PnP state machine requires that events be enqueued
|
||||
|
@ -1151,7 +1151,7 @@ Routine Description:
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
VOID
|
||||
FxPkgPnp::PnpEnterNewState(
|
||||
__in WDF_DEVICE_PNP_STATE State
|
||||
|
@ -1258,7 +1258,7 @@ Return Value:
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
WDF_DEVICE_PNP_STATE
|
||||
FxPkgPnp::PnpEventCheckForDevicePresence(
|
||||
__inout FxPkgPnp* This
|
||||
|
|
|
@ -3344,7 +3344,7 @@ FxPkgPnp::PowerPolicyProcessEventInner(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
VOID
|
||||
FxPkgPnp::PowerPolicyEnterNewState(
|
||||
__in WDF_DEVICE_POWER_POLICY_STATE NewState
|
||||
|
@ -3454,7 +3454,7 @@ Return Value:
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*++
|
||||
|
||||
One of the goals of the Driver Framework is to make it really easy to write
|
||||
|
|
|
@ -103,4 +103,4 @@ FxUserObject::FxUserObject(
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
extern "C" {
|
||||
|
||||
_Must_inspect_result_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue