[NTOS:KDBG] Minor code style for the following commits

This commit is contained in:
Hermès Bélusca-Maïto 2024-10-14 20:27:38 +02:00
parent 478a9030a5
commit 842e40d7cd
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 5 additions and 9 deletions

View file

@ -147,7 +147,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
/*
* Check if we got a STATUS_BREAKPOINT with a SubID for Print, Prompt or
* Load/Unload symbols. Make sure it isn't a software breakpoints as those
* Load/Unload symbols. Make sure it isn't a software breakpoint as those
* are handled by KdpReport.
*/
if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) &&