Commit 61e1eeec6f914a0c00955e7f376f17010446c78e

Nick Mathewson 2010-07-05T13:24:45

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.