summaryrefslogtreecommitdiff
path: root/src/splaytree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/splaytree.h')
-rw-r--r--src/splaytree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splaytree.h b/src/splaytree.h
index 98e42344..4be1523a 100644
--- a/src/splaytree.h
+++ b/src/splaytree.h
@@ -19,6 +19,6 @@ splay_tree * splaytree_size(splay_tree *t);
/* This macro returns the size of a node. Unlike "x->size", */
/* it works even if x=NULL. The test could be avoided by using */
/* a special version of NULL which was a real node with size 0. */
-
+
#endif