mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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(Sector);
|
||||
|
||||
KeInitializeEvent(&Event,
|
||||
NotificationEvent,
|
||||
FALSE);
|
||||
KeInitializeEvent(&Event,
|
||||
NotificationEvent,
|
||||
FALSE);
|
||||
|
||||
/* Read the sector */
|
||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_READ,
|
||||
|
@ -105,7 +105,7 @@ HalpXboxDeviceHasXboxPartitioning(IN PDEVICE_OBJECT DeviceObject,
|
|||
{
|
||||
PVOID SectorData;
|
||||
LARGE_INTEGER Offset;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status;
|
||||
|
||||
DPRINT("HalpXboxDeviceHasXboxPartitioning(%p %lu %p)\n",
|
||||
DeviceObject,
|
||||
|
|
Loading…
Reference in a new issue