netsniff-ng: Remove locally declared labels
commit6d42a29e8ff8403dd3cefd9f3ac7d480e4d1d9b6
authorTobias Klauser <tklauser@distanz.ch>
Mon, 28 Apr 2014 13:26:17 +0000 (28 15:26 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 28 Apr 2014 13:26:17 +0000 (28 15:26 +0200)
tree25ce84caf696345f9d86be9620c29ebe723ca6aa
parentd21b30bd64fdf4e7358037aa2d6f0cea02c49b6e
netsniff-ng: Remove locally declared labels

These usually only make sense for complex macros which are expanded
moree than once. The label for `out' doesn't make sense anyhow as it is
declared on function level.

Also don't indent the labels, so they're clearer to spot.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c