tevent: Slightly simplify poll_event_loop_poll
authorVolker Lendecke <vl@samba.org>
Thu, 28 Jul 2011 12:09:13 +0000 (14:09 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 28 Jul 2011 15:42:23 +0000 (17:42 +0200)
commit83740555ea8664da0830f88a1dd5afa69880bb40
tree933466cc2f70ea8081f1b05b6c5557ee7a41f57a
parent4dd0a3b5e29e3a39e90a425a827d6a17b9868ced
tevent: Slightly simplify poll_event_loop_poll

No real code change. Do an early return instead of an if-statement, avoiding
one level of indentation.
lib/tevent/tevent_poll.c