Author: pschweitzer
Date: Wed Feb 29 19:29:03 2012
New Revision: 55931
URL: 
http://svn.reactos.org/svn/reactos?rev=55931&view=rev
Log:
[NTOSKRNL]
Fix formatting, no code change
Modified:
    trunk/reactos/ntoskrnl/fsrtl/notify.c
Modified: trunk/reactos/ntoskrnl/fsrtl/notify.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/notify.c?re…
==============================================================================
--- trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] Wed Feb 29 19:29:03 2012
@@ -208,15 +208,15 @@
     }
     _SEH2_FINALLY
     {
-      /* Release fast mutex */
-      FsRtlNotifyReleaseFastMutex(RealNotifySync);
-
-      /* If the subject security context was captured, release and free it */
-      if (SubjectContext)
-      {
-          SeReleaseSubjectContext(SubjectContext);
-          ExFreePool(SubjectContext);
-      }
+        /* Release fast mutex */
+        FsRtlNotifyReleaseFastMutex(RealNotifySync);
+
+        /* If the subject security context was captured, release and free it */
+        if (SubjectContext)
+        {
+            SeReleaseSubjectContext(SubjectContext);
+            ExFreePool(SubjectContext);
+        }
     }
     _SEH2_END;
 }