mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:KDBG] Fix misleading indentation
Address second part of comment https://github.com/reactos/reactos/commit/3726b992ed3631c3571df056da70839c35a05582#r50112970
This commit is contained in:
@@ -1977,9 +1977,9 @@ KdbpCmdThread(
|
||||
#endif
|
||||
);
|
||||
|
||||
/* Release our reference if we had one */
|
||||
if (ReferencedThread)
|
||||
ObDereferenceObject(Thread);
|
||||
/* Release our reference if we had one */
|
||||
if (ReferencedThread)
|
||||
ObDereferenceObject(Thread);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user