]> granicus.if.org Git - libevent/commit
Tidy up the code in evthread_make_base_notifiable a little
authorNick Mathewson <nickm@torproject.org>
Mon, 5 Jul 2010 17:24:45 +0000 (13:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 Jul 2010 17:24:45 +0000 (13:24 -0400)
commit61e1eeec6f914a0c00955e7f376f17010446c78e
tree7b63472e5e299bc89faef311a4042ae20595da88
parenta5bc15b2e114a39d7b4f14bd1ba17182d6f07ed2
Tidy up the code in evthread_make_base_notifiable a little

Previously, we had a few conditional statements with the "if (...)"
inside an #ifdef and the body outside.  That kind of thing is hard to
read.
event.c