mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
[FORMATTING] Fix indentation, no code change
svn path=/trunk/; revision=30978
This commit is contained in:
parent
8459487b4b
commit
3e89cd6ca5
1 changed files with 808 additions and 812 deletions
|
@ -159,8 +159,6 @@ PnpRootCreateDevice(
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
/* FIXME: save the new device to registry? */
|
||||
|
||||
/* Initialize a PNPROOT_DEVICE structure */
|
||||
Device = ExAllocatePoolWithTag(PagedPool, sizeof(PNPROOT_DEVICE), TAG_PNP_ROOT);
|
||||
if (!Device)
|
||||
|
@ -737,12 +735,10 @@ PdoQueryDeviceRelations(
|
|||
IN PIRP Irp,
|
||||
IN PIO_STACK_LOCATION IrpSp)
|
||||
{
|
||||
//PPNPROOT_PDO_DEVICE_EXTENSION DeviceExtension;
|
||||
PDEVICE_RELATIONS Relations;
|
||||
DEVICE_RELATION_TYPE RelationType;
|
||||
NTSTATUS Status = Irp->IoStatus.Status;
|
||||
|
||||
//DeviceExtension = (PPNPROOT_PDO_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
|
||||
RelationType = IrpSp->Parameters.QueryDeviceRelations.Type;
|
||||
|
||||
switch (RelationType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue