mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Pointer indication aligned to typename
This commit is contained in:
@ -273,7 +273,7 @@ static void PCPProcessList_updateCmdline(Process* process, int pid, int offset,
|
||||
return;
|
||||
}
|
||||
|
||||
char *command = value.cp;
|
||||
char* command = value.cp;
|
||||
int length = strlen(command);
|
||||
if (command[0] != '(') {
|
||||
process->isKernelThread = false;
|
||||
@ -472,7 +472,7 @@ static inline void PCPProcessList_backupCPUTime(pmAtomValue* values) {
|
||||
}
|
||||
|
||||
static inline void PCPProcessList_saveCPUTimePeriod(pmAtomValue* values, CPUMetric previous, pmAtomValue* latest) {
|
||||
pmAtomValue *value;
|
||||
pmAtomValue* value;
|
||||
|
||||
/* new value for period */
|
||||
value = &values[previous];
|
||||
|
Reference in New Issue
Block a user