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