Skip to content

Commit 057446a

Browse files
committed
Remove whitespace
1 parent 4d13ae8 commit 057446a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ProcessHacker/prpgstat.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ VOID PhpUpdateProcessStatistics(
392392
if (NT_SUCCESS(PhEnumProcesses(&processes)))
393393
{
394394
processInfo = PhFindProcessInformation(processes, ProcessItem->ProcessId);
395-
395+
396396
if (processInfo && (processExtension = PH_PROCESS_EXTENSION(processInfo)))
397397
{
398398
PhSetListViewSubItem(Context->ListViewHandle, PH_PROCESS_STATISTICS_INDEX_CONTEXTSWITCHES, 1, PhaFormatUInt64(processExtension->ContextSwitches, TRUE)->Buffer); // TODO: ContextSwitchesDelta
@@ -401,13 +401,13 @@ VOID PhpUpdateProcessStatistics(
401401
PhSetListViewSubItem(Context->ListViewHandle, PH_PROCESS_STATISTICS_INDEX_NETWORKTXRXBYTES, 1, PhaFormatSize(processExtension->EnergyValues.NetworkTxRxBytes, ULONG_MAX)->Buffer);
402402
PhSetListViewSubItem(Context->ListViewHandle, PH_PROCESS_STATISTICS_INDEX_MBBTXRXBYTES, 1, PhaFormatSize(processExtension->EnergyValues.MBBTxRxBytes, ULONG_MAX)->Buffer);
403403
}
404-
404+
405405
PhFree(processes);
406406
}
407407
}
408408
}
409409

410-
static VOID NTAPI StatisticsUpdateHandler(
410+
static VOID NTAPI PhpStatisticsUpdateHandler(
411411
_In_opt_ PVOID Parameter,
412412
_In_opt_ PVOID Context
413413
)
@@ -470,7 +470,7 @@ INT_PTR CALLBACK PhpProcessStatisticsDlgProc(
470470

471471
PhRegisterCallback(
472472
PhGetGeneralCallback(GeneralCallbackProcessProviderUpdatedEvent),
473-
StatisticsUpdateHandler,
473+
PhpStatisticsUpdateHandler,
474474
statisticsContext,
475475
&statisticsContext->ProcessesUpdatedRegistration
476476
);

0 commit comments

Comments
 (0)