[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

This commit is contained in:
Victor Perevertkin 2021-06-11 15:29:21 +03:00
parent 4b4ffa92f5
commit 34593d933b
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
952 changed files with 12942 additions and 12942 deletions

View file

@ -559,7 +559,7 @@ FxDriver::GetRegistryPath(
return pString;
}
VOID
FxDriver::ConfigureConstraints(
__in_opt PWDF_OBJECT_ATTRIBUTES DriverAttributes

View file

@ -91,7 +91,7 @@ Return Value:
}
}
__drv_maxIRQL(DISPATCH_LEVEL)
ULONG
STDCALL

View file

@ -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(

View file

@ -64,7 +64,7 @@ FxWorkItem::FxWorkItem(
MarkDisposeOverride(ObjectDoNotLock);
}
FxWorkItem::~FxWorkItem(
VOID
)

View file

@ -343,7 +343,7 @@ FxPkgPnp::Dispose(
return FxPackage::Dispose(); // __super call
}
_Must_inspect_result_
NTSTATUS
FxPkgPnp::Initialize(

View file

@ -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

View file

@ -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

View file

@ -103,4 +103,4 @@ FxUserObject::FxUserObject(
{
return;
}

View file

@ -33,7 +33,7 @@ extern "C" {
#endif
}
extern "C" {
_Must_inspect_result_