mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[HIDCLASS]
fix a "formatting bug" svn path=/trunk/; revision=68251
This commit is contained in:
@@ -671,9 +671,9 @@ HidClassPDO_CreatePDO(
|
||||
// let's create a PDO for top level collection
|
||||
//
|
||||
Index = 0;
|
||||
while (Index < FDODeviceExtension->Common.DeviceDescription.CollectionDescLength)
|
||||
while (Index < FDODeviceExtension->Common.DeviceDescription.CollectionDescLength)
|
||||
{
|
||||
//
|
||||
//
|
||||
// let's create the device object
|
||||
//
|
||||
Status = IoCreateDevice(FDODeviceExtension->Common.DriverExtension->DriverObject,
|
||||
|
||||
Reference in New Issue
Block a user