https://git.reactos.org/?p=reactos.git;a=commitdiff;h=93e72ed3d6198f836bacd3...
commit 93e72ed3d6198f836bacd338e1b19ded5d061c5d Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Sat Mar 21 14:32:18 2020 +0100 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Sat Mar 21 14:32:18 2020 +0100
[NTOS:IO] Fix indentation. No code changes! --- ntoskrnl/io/iomgr/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ntoskrnl/io/iomgr/device.c b/ntoskrnl/io/iomgr/device.c index 56a4bd7e3ed..096fa772862 100644 --- a/ntoskrnl/io/iomgr/device.c +++ b/ntoskrnl/io/iomgr/device.c @@ -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,