indent(1): Attempt to preserve some consistent style.
authorpfg <pfg@FreeBSD.org>
Fri, 29 Jul 2016 23:30:33 +0000 (23:30 +0000)
committerpfg <pfg@FreeBSD.org>
Fri, 29 Jul 2016 23:30:33 +0000 (23:30 +0000)
commit110e201c0deff0b5a5070794f40171d77fa32056
treedc9ac6ad60c30f4068485af9bcf598729a5c83d8
parent8b84324ab22f0ff79a2250341d64697daa016f35
indent(1): Attempt to preserve some consistent style.

Remove the excessive braces from r303485 and align the comments to the
right as done in the rest of the code. This is not nice but there is no
clear way to make it nice (and KNF).

Pointed out by: bde
usr.bin/indent/indent.c