src/event.c: Use `continue' in adns_processreadable (style)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 19:02:27 +0000 (20:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 13 Oct 2014 00:27:21 +0000 (01:27 +0100)
commit1e5a6d8500aa8fc4632efd09ad5384af89a2a493
tree40753ebf23573ab23fde3bd47ed10fbfe7bdb94e
parentb426989832aac32c7a627d72b4e21aaf06ada70a
src/event.c: Use `continue' in adns_processreadable (style)

This is IMO clearer than another nested indent of the bulk of the loop
body.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/event.c