Re: [Qemu-devel] [PATCH 5/8] qdev: Coding style fixes

2012-12-18 Thread Andreas Färber
Am 05.12.2012 17:49, schrieb Eduardo Habkost: Add missing braces and break lines larger than 80 chars. Signed-off-by: Eduardo Habkost ehabk...@redhat.com Thanks, applied to qom-cpu queue: https://github.com/afaerber/qemu-cpu/commits/qom-cpu Andreas -- SUSE LINUX Products GmbH, Maxfeldstr.

[Qemu-devel] [PATCH 5/8] qdev: Coding style fixes

2012-12-05 Thread Eduardo Habkost
Add missing braces and break lines larger than 80 chars. Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- hw/qdev-properties.c | 53 ++-- hw/qdev.c| 3 ++- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git