mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Remove trailing whitespaces
This commit is contained in:
@ -85,4 +85,3 @@ long ListItem_compare(const void* cast1, const void* cast2) {
|
||||
ListItem* obj2 = (ListItem*) cast2;
|
||||
return strcmp(obj1->value, obj2->value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user