mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
alignment improvements
This commit is contained in:
@ -14,8 +14,8 @@ in the source distribution for its full text.
|
||||
typedef struct CheckItem_ {
|
||||
Object super;
|
||||
char* text;
|
||||
bool value;
|
||||
bool* ref;
|
||||
bool value;
|
||||
} CheckItem;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user