[NTOS:IO] Fix indentation. No code changes!

This commit is contained in:
Eric Kohl 2020-03-21 14:32:18 +01:00
parent 52d22630f5
commit 93e72ed3d6

View file

@ -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,