summaryrefslogtreecommitdiff
path: root/util-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-18 17:08:50 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-18 17:08:50 -0500
commit8fdf09c09d2f92d7bc1a333b24a6490f65d5369c (patch)
tree357977aff3f8fca18005791b23e44a7020f4c944 /util-internal.h
parent7515de91fe6c721d304d06cedc8af8d334916eaf (diff)
downloadlibevent-8fdf09c09d2f92d7bc1a333b24a6490f65d5369c.tar.gz
Clean up formatting: Disallow space-before-tab.
Diffstat (limited to 'util-internal.h')
-rw-r--r--util-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-internal.h b/util-internal.h
index 24893684..decb0069 100644
--- a/util-internal.h
+++ b/util-internal.h
@@ -165,7 +165,7 @@ long _evutil_weakrand(void);
event_errx(_EVENT_ERR_ABORT, \
"%s:%d: Assertion %s failed in %s", \
__FILE__,__LINE__,#cond,__func__); \
- /* In case a user-supplied handler tries to */ \
+ /* In case a user-supplied handler tries to */ \
/* return control to us, log and abort here. */ \
(void)fprintf(stderr, \
"%s:%d: Assertion %s failed in %s", \