mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Fix indentation. No code changes!
This commit is contained in:
parent
6d2381631f
commit
0b129da05c
1 changed files with 179 additions and 180 deletions
|
@ -213,8 +213,7 @@ IopNotifyPlugPlayNotification(
|
|||
ChangeEntry);
|
||||
|
||||
KeReleaseGuardedMutex(&PnpNotifyListLock);
|
||||
(ChangeEntry->PnpNotificationProc)(
|
||||
NotificationStructure,
|
||||
(ChangeEntry->PnpNotificationProc)(NotificationStructure,
|
||||
ChangeEntry->Context);
|
||||
KeAcquireGuardedMutex(&PnpNotifyListLock);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue