summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-18 17:46:56 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-18 17:46:56 -0500
commite5cf98795e3526fadd9e779d4368ed6fbafd6e91 (patch)
tree6f18d5a8fe7610bf0e9c04e759247846e19b0ca9 /WIN32-Code
parente5bbd40ad7f66f80170454683342076ec1e92d31 (diff)
downloadlibevent-e5cf98795e3526fadd9e779d4368ed6fbafd6e91.tar.gz
Clean up formatting: remove trailing spaces
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WIN32-Code/tree.h b/WIN32-Code/tree.h
index ba417d1c..585618dd 100644
--- a/WIN32-Code/tree.h
+++ b/WIN32-Code/tree.h
@@ -83,7 +83,7 @@ struct { \
SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
(head)->sph_root = tmp; \
} while (0)
-
+
#define SPLAY_ROTATE_LEFT(head, tmp, field) do { \
SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
SPLAY_LEFT(tmp, field) = (head)->sph_root; \
@@ -760,7 +760,7 @@ struct { \
SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
(head)->sph_root = tmp; \
} while (0)
-
+
#define SPLAY_ROTATE_LEFT(head, tmp, field) do { \
SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
SPLAY_LEFT(tmp, field) = (head)->sph_root; \