Changed the indentation to a more readable format (no other changes).

svn path=/trunk/; revision=15698
This commit is contained in:
Hartmut Birr 2005-05-31 14:51:53 +00:00
parent e79b3bf80c
commit 17b55d1d60

View file

@ -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);
}
}