mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:53:02 +00:00
[FORMATTING] Fix indentation
svn path=/trunk/; revision=31368
This commit is contained in:
parent
ab3c6601b7
commit
bee8c290a3
1 changed files with 4 additions and 4 deletions
|
@ -64,9 +64,9 @@ HalpXboxReadSector(IN PDEVICE_OBJECT DeviceObject,
|
||||||
ASSERT(DeviceObject);
|
ASSERT(DeviceObject);
|
||||||
ASSERT(Sector);
|
ASSERT(Sector);
|
||||||
|
|
||||||
KeInitializeEvent(&Event,
|
KeInitializeEvent(&Event,
|
||||||
NotificationEvent,
|
NotificationEvent,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
/* Read the sector */
|
/* Read the sector */
|
||||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_READ,
|
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_READ,
|
||||||
|
@ -105,7 +105,7 @@ HalpXboxDeviceHasXboxPartitioning(IN PDEVICE_OBJECT DeviceObject,
|
||||||
{
|
{
|
||||||
PVOID SectorData;
|
PVOID SectorData;
|
||||||
LARGE_INTEGER Offset;
|
LARGE_INTEGER Offset;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DPRINT("HalpXboxDeviceHasXboxPartitioning(%p %lu %p)\n",
|
DPRINT("HalpXboxDeviceHasXboxPartitioning(%p %lu %p)\n",
|
||||||
DeviceObject,
|
DeviceObject,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue