mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
Spacing around operators
This commit is contained in:
@ -38,7 +38,7 @@ in the source distribution for its full text.
|
||||
typedef struct RichString_ {
|
||||
int chlen;
|
||||
CharType* chptr;
|
||||
CharType chstr[RICHSTRING_MAXLEN+1];
|
||||
CharType chstr[RICHSTRING_MAXLEN + 1];
|
||||
} RichString;
|
||||
|
||||
void RichString_setAttrn(RichString* this, int attrs, int start, int finish);
|
||||
|
Reference in New Issue
Block a user