summaryrefslogtreecommitdiff
path: root/event-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-18 17:41:15 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-18 17:44:09 -0500
commite5bbd40ad7f66f80170454683342076ec1e92d31 (patch)
tree84a839ef40c6054d982a3799f0408053aa52238a /event-internal.h
parent8fdf09c09d2f92d7bc1a333b24a6490f65d5369c (diff)
downloadlibevent-e5bbd40ad7f66f80170454683342076ec1e92d31.tar.gz
Clean up formatting: use tabs, not 8-spaces, to indent.
Diffstat (limited to 'event-internal.h')
-rw-r--r--event-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/event-internal.h b/event-internal.h
index 2de7fe5a..7d7a2826 100644
--- a/event-internal.h
+++ b/event-internal.h
@@ -199,7 +199,7 @@ struct event_base {
struct event_iocp_port *iocp;
#endif
- enum event_base_config_flag flags;
+ enum event_base_config_flag flags;
/* Notify main thread to wake up break, etc. */
int th_notify_fd[2];
@@ -219,7 +219,7 @@ struct event_config {
TAILQ_HEAD(event_configq, event_config_entry) entries;
enum event_method_feature require_features;
- enum event_base_config_flag flags;
+ enum event_base_config_flag flags;
};
/* Internal use only: Functions that might be missing from <sys/queue.h> */