commit | 43ad7e3e986dea82831debad68e68cff552b6746 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Thu Nov 11 16:10:04 2010 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 16 14:35:00 2010 -0600 |
tree | d6dbaa82c998c615b36102b0a941149ee7a2e62c | |
parent | d59f8ba938afd837182e666cce777dfb860559e4 [diff] |
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>