mirror of https://github.com/xzeldon/htop.git
Minor indentation fix
This commit is contained in:
parent
f0a232568f
commit
45cb99d870
|
@ -301,7 +301,7 @@ void Process_writeField(const Process* this, RichString* str, ProcessField field
|
|||
}
|
||||
}
|
||||
|
||||
for (int i = 0; i < maxIndent - 1; i++) {
|
||||
for (int i = 0; i < maxIndent - 1; i++) {
|
||||
int written, ret;
|
||||
if (indent & (1 << i)) {
|
||||
ret = snprintf(buf, n, "%s ", CRT_treeStr[TREE_STR_VERT]);
|
||||
|
|
Loading…
Reference in New Issue