netsniff-ng: nlmsg: Remove unnecessary empty lines
commitdd6c1eb0a190456810d7c2ec0bcecf860adc4f04
authorTobias Klauser <tklauser@distanz.ch>
Fri, 27 Nov 2015 08:51:03 +0000 (27 09:51 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 27 Nov 2015 08:51:03 +0000 (27 09:51 +0100)
treebe8bbf7237886d002a62f6aa0b4dfbd8a1b1398d
parent479a36775745f488f526c8deec82f6fe2867f9b5
netsniff-ng: nlmsg: Remove unnecessary empty lines

Remove empty lines in switch/case after break in genl_print_ctrl_attrs
to be consistent with coding style in the rest of the file.

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