summaryrefslogtreecommitdiff
path: root/lib/gl_anyrbtree_list1.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/gl_anyrbtree_list1.h
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/gl_anyrbtree_list1.h')
-rw-r--r--lib/gl_anyrbtree_list1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl_anyrbtree_list1.h b/lib/gl_anyrbtree_list1.h
index fcd1474ea2..782227d369 100644
--- a/lib/gl_anyrbtree_list1.h
+++ b/lib/gl_anyrbtree_list1.h
@@ -51,7 +51,7 @@ struct gl_list_node_impl
struct gl_list_node_impl *parent;
color_t color; /* node's color */
size_t branch_size; /* number of nodes in this branch,
- = branchsize(left)+branchsize(right)+1 */
+ = branchsize(left)+branchsize(right)+1 */
const void *value;
};