mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
alignment improvements
This commit is contained in:
@ -99,6 +99,7 @@ typedef struct CPUData_ {
|
||||
} CPUData;
|
||||
|
||||
typedef struct ProcessList_ {
|
||||
const char **treeStr;
|
||||
Vector* processes;
|
||||
Vector* processes2;
|
||||
Hashtable* processTable;
|
||||
@ -106,7 +107,6 @@ typedef struct ProcessList_ {
|
||||
|
||||
Panel* panel;
|
||||
int following;
|
||||
bool userOnly;
|
||||
uid_t userId;
|
||||
const char* incFilter;
|
||||
Hashtable* pidWhiteList;
|
||||
@ -151,7 +151,7 @@ typedef struct ProcessList_ {
|
||||
bool countCPUsFromZero;
|
||||
bool updateProcessNames;
|
||||
bool accountGuestInCPUMeter;
|
||||
const char **treeStr;
|
||||
bool userOnly;
|
||||
|
||||
} ProcessList;
|
||||
|
||||
|
Reference in New Issue
Block a user