mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 09:23:04 +08:00
[NTOS:IO] Fix indentation. No code changes!
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user