Use continue instead of one long if for the whole loop body
authormarkus schnalke <meillo@marmaro.de>
Wed, 11 Nov 2015 06:31:00 +0000 (07:31 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 21:32:22 +0000 (22:32 +0100)
commit43ae44731bc0732c894ba6dc7de2d2881c5888e0
tree8dac6e3bea197fcce881aa6f271dad3efb51a4af
parentf5df6f250dc5862488efb0198823c68f5b573ccc
Use continue instead of one long if for the whole loop body

Plus remove unnecessary comments. This improves the signal-noise ratio.
The identifiers are already telling us enough.
uip/inc.c
uip/scan.c