[NTOSKRNL] Fix indentation. No code changes!

This commit is contained in:
Eric Kohl 2019-08-24 10:02:55 +02:00
parent 6d2381631f
commit 0b129da05c

View file

@ -213,8 +213,7 @@ IopNotifyPlugPlayNotification(
ChangeEntry);
KeReleaseGuardedMutex(&PnpNotifyListLock);
(ChangeEntry->PnpNotificationProc)(
NotificationStructure,
(ChangeEntry->PnpNotificationProc)(NotificationStructure,
ChangeEntry->Context);
KeAcquireGuardedMutex(&PnpNotifyListLock);
}