]> Git Repo - qemu.git/commit - hw/e1000.c
Add missing braces
authorJes Sorensen <[email protected]>
Thu, 11 Nov 2010 15:10:04 +0000 (16:10 +0100)
committerAnthony Liguori <[email protected]>
Tue, 16 Nov 2010 20:35:00 +0000 (14:35 -0600)
commit43ad7e3e986dea82831debad68e68cff552b6746
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/e1000.c
This page took 0.020574 seconds and 4 git commands to generate.