mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Fix formatting.
svn path=/trunk/; revision=41380
This commit is contained in:
parent
0bc8e64ea2
commit
978fcad8fb
1 changed files with 2 additions and 2 deletions
|
@ -1113,10 +1113,10 @@ IopUnloadDriver(PUNICODE_STRING DriverServiceName, BOOLEAN UnloadPnpDrivers)
|
|||
|
||||
/* If not safe to unload, then return success */
|
||||
if (!SafeToUnload)
|
||||
{
|
||||
{
|
||||
ObDereferenceObject(DriverObject);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
/* Set the unload invoked flag */
|
||||
DriverObject->Flags |= DRVO_UNLOAD_INVOKED;
|
||||
|
|
Loading…
Reference in a new issue