summaryrefslogtreecommitdiff
path: root/src/data/tree.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
commitf2bd5d24361d703359494daed291e277bce6eb03 (patch)
tree2012bb281b45adaf86425a52443854c4d4c35eb3 /src/data/tree.c
parent1956010ec79fbab604efc2b60d0af325e91f67b8 (diff)
no lines longer than 80chars.
Diffstat (limited to 'src/data/tree.c')
-rw-r--r--src/data/tree.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data/tree.c b/src/data/tree.c
index 0160eb9..7b4d303 100644
--- a/src/data/tree.c
+++ b/src/data/tree.c
@@ -126,7 +126,9 @@ _tree_print(TreeNode *p_treenode, int i_indent) {
#endif
printf("\nTree ");
- array_iterate2(p_treenode->p_array_childs, _tree_print_cb2, (void*) (i_indent + TREE_PRINT_INDENT));
+ array_iterate2(p_treenode->p_array_childs,
+ _tree_print_cb2,
+ (void*) (i_indent + TREE_PRINT_INDENT));
}
void