summaryrefslogtreecommitdiff
path: root/src/splaytree.h
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2006-10-04 13:26:23 +0000
committerMarcus Rückert <darix@opensu.se>2006-10-04 13:26:23 +0000
commit8cd1471cb3f8951750c62030eb6166cc1ea47f4b (patch)
tree3828ff34c0f6b2a0dfab6cd25e4f74c8ca6582e5 /src/splaytree.h
parentfe6b7207d721cb5d74de0ce08a069cd02b78577d (diff)
downloadlighttpd-git-8cd1471cb3f8951750c62030eb6166cc1ea47f4b.tar.gz
- white space cleanup part 2 this time 1.4 ;)
i hope it helps with merging stuff back to 1.5 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1371 152afb58-edef-0310-8abb-c4023f1b3aa9
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