mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Spacing after keywords (for)
This commit is contained in:
2
Panel.c
2
Panel.c
@ -259,7 +259,7 @@ void Panel_draw(Panel* this, bool focus) {
|
||||
|
||||
if (this->needsRedraw) {
|
||||
int line = 0;
|
||||
for(int i = first; line < h && i < upTo; i++) {
|
||||
for (int i = first; line < h && i < upTo; i++) {
|
||||
Object* itemObj = Vector_get(this->items, i);
|
||||
RichString_begin(item);
|
||||
Object_display(itemObj, &item);
|
||||
|
Reference in New Issue
Block a user