Skip to content

Commit 4c30c55

Browse files
committed
[NTOSKRNL]
Fix formatting, no code change svn path=/trunk/; revision=55931
1 parent 256540b commit 4c30c55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

reactos/ntoskrnl/fsrtl/notify.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ FsRtlNotifyCleanup(IN PNOTIFY_SYNC NotifySync,
208208
}
209209
_SEH2_FINALLY
210210
{
211-
/* Release fast mutex */
212-
FsRtlNotifyReleaseFastMutex(RealNotifySync);
211+
/* Release fast mutex */
212+
FsRtlNotifyReleaseFastMutex(RealNotifySync);
213213

214-
/* If the subject security context was captured, release and free it */
215-
if (SubjectContext)
216-
{
217-
SeReleaseSubjectContext(SubjectContext);
218-
ExFreePool(SubjectContext);
219-
}
214+
/* If the subject security context was captured, release and free it */
215+
if (SubjectContext)
216+
{
217+
SeReleaseSubjectContext(SubjectContext);
218+
ExFreePool(SubjectContext);
219+
}
220220
}
221221
_SEH2_END;
222222
}

0 commit comments

Comments
 (0)