Skip to content

Commit 07ef7bb

Browse files
committed
Remove whitespace, Remove duplicate typedef
1 parent f3d42f8 commit 07ef7bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ProcessHacker/procprv.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ VOID PhpProcessQueryStage1(
889889

890890
// Debugged
891891
if (
892-
processItem->QueryHandle &&
892+
processHandleLimited &&
893893
!processItem->IsSubsystemProcess &&
894894
!Data->IsFilteredHandle && // Don't query the debug object if the handle was filtered (dmex)
895895
processItem->ProcessId != SYSTEM_PROCESS_ID // Ignore the system process on 20H2 (dmex)
@@ -1300,8 +1300,8 @@ VOID PhpFillProcessItem(
13001300
HANDLE tokenHandle;
13011301

13021302
if (NT_SUCCESS(PhOpenProcessToken(
1303-
ProcessItem->QueryHandle,
1304-
TOKEN_QUERY,
1303+
ProcessItem->QueryHandle,
1304+
TOKEN_QUERY,
13051305
&tokenHandle
13061306
)))
13071307
{

0 commit comments

Comments
 (0)