Add missing braces
commit43ad7e3e986dea82831debad68e68cff552b6746
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 11 Nov 2010 15:10:04 +0000 (11 16:10 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Nov 2010 20:35:00 +0000 (16 14:35 -0600)
treed6dbaa82c998c615b36102b0a941149ee7a2e62c
parentd59f8ba938afd837182e666cce777dfb860559e4
Add missing braces

This patch adds missing braces around if/else statements that call
macros which are likely to result in errors if the macro is
changed. It also makes the code comply better with CODING_STYLE.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/e1000.c