summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-20 08:07:56 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commit45cb99d87090e4ea1d00b4193557341d664a04aa (patch)
treed577f811b8bd752d0c48475bec060bf31033828d /Process.c
parentf0a232568f3f765fdcb6a2e3570bd7e71858dbc9 (diff)
Minor indentation fix
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.c b/Process.c
index c47d95df..4556d966 100644
--- a/Process.c
+++ b/Process.c
@@ -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]);

© 2014-2024 Faster IT GmbH | imprint | privacy policy