mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Changed the indentation to a more readable format (no other changes).
svn path=/trunk/; revision=15698
This commit is contained in:
parent
e79b3bf80c
commit
17b55d1d60
1 changed files with 150 additions and 151 deletions
|
@ -122,8 +122,7 @@ IopCreateFile(PVOID ObjectBody,
|
|||
DPRINT("Status %x\n", Status);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
CPRINT("Failed to mount logical volume (Status %x)\n",
|
||||
Status);
|
||||
CPRINT("Failed to mount logical volume (Status %x)\n", Status);
|
||||
return(Status);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue