mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTOS:IO] Fix indentation. No code changes!
This commit is contained in:
parent
52d22630f5
commit
93e72ed3d6
1 changed files with 3 additions and 3 deletions
|
@ -914,9 +914,9 @@ IoAttachDevice(PDEVICE_OBJECT SourceDevice,
|
|||
PUNICODE_STRING TargetDeviceName,
|
||||
PDEVICE_OBJECT *AttachedDevice)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
PFILE_OBJECT FileObject = NULL;
|
||||
PDEVICE_OBJECT TargetDevice = NULL;
|
||||
NTSTATUS Status;
|
||||
PFILE_OBJECT FileObject = NULL;
|
||||
PDEVICE_OBJECT TargetDevice = NULL;
|
||||
|
||||
/* Call the helper routine for an attach operation */
|
||||
Status = IopGetDeviceObjectPointer(TargetDeviceName,
|
||||
|
|
Loading…
Reference in a new issue