Author: mjmartin
Date: Thu Jun 11 16:37:16 2009
New Revision: 41380
URL:
http://svn.reactos.org/svn/reactos?rev=41380&view=rev
Log:
- Fix formatting.
Modified:
trunk/reactos/ntoskrnl/io/iomgr/driver.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/driver.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/driver.c…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] Thu Jun 11 16:37:16 2009
@@ -1113,10 +1113,10 @@
/* 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;