Re: [libvirt] [PATCH 1/4] Always put _LAST enums on second line of VIR_ENUM_IMPL

2019-04-11 Thread Daniel P . Berrangé
On Mon, Apr 08, 2019 at 11:48:16AM -0400, Cole Robinson wrote: > Standardize on putting the _LAST enum value on the second line > of VIR_ENUM_IMPL invocations. Later patches that add string labels > to VIR_ENUM_IMPL will push most of these to the second line anyways, > so this saves some noise. >

[libvirt] [PATCH 1/4] Always put _LAST enums on second line of VIR_ENUM_IMPL

2019-04-08 Thread Cole Robinson
Standardize on putting the _LAST enum value on the second line of VIR_ENUM_IMPL invocations. Later patches that add string labels to VIR_ENUM_IMPL will push most of these to the second line anyways, so this saves some noise. Signed-off-by: Cole Robinson --- src/conf/capabilities.c |