mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
alignment improvements
This commit is contained in:
@ -18,8 +18,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