Re: [libvirt] [PATCH 08/16] conf: Refactor ABI stability checking and break long lines

2013-02-25 Thread Peter Krempa
On 02/21/13 15:27, Peter Krempa wrote: On 02/20/13 18:44, Laine Stump wrote: On 02/20/2013 12:06 PM, Peter Krempa wrote: Get rid of the identical variable in the ABI stability checks in favor of return statements and break or refactor very long lines where possible. ---

Re: [libvirt] [PATCH 08/16] conf: Refactor ABI stability checking and break long lines

2013-02-21 Thread Peter Krempa
On 02/20/13 18:44, Laine Stump wrote: On 02/20/2013 12:06 PM, Peter Krempa wrote: Get rid of the identical variable in the ABI stability checks in favor of return statements and break or refactor very long lines where possible. --- src/conf/domain_conf.c | 469

Re: [libvirt] [PATCH 08/16] conf: Refactor ABI stability checking and break long lines

2013-02-20 Thread Laine Stump
On 02/20/2013 12:06 PM, Peter Krempa wrote: Get rid of the identical variable in the ABI stability checks in favor of return statements and break or refactor very long lines where possible. --- src/conf/domain_conf.c | 469 + 1 file changed,

[libvirt] [PATCH 08/16] conf: Refactor ABI stability checking and break long lines

2013-02-20 Thread Peter Krempa
Get rid of the identical variable in the ABI stability checks in favor of return statements and break or refactor very long lines where possible. --- src/conf/domain_conf.c | 469 + 1 file changed, 200 insertions(+), 269 deletions(-) diff --git