[libvirt] [PATCH v6 2/8] snapshot: Sort virconftypes.h

Ján Tomko jtomko at redhat.com
Fri Mar 15 12:47:44 UTC 2019


On Fri, Mar 15, 2019 at 12:02:27AM -0500, Eric Blake wrote:
>It's easier to locate a typedef if they are stored in sorted order;
>do so mechanically via:
>
>$ sed -i '/typedef struct/ {N; N; s/\n//g}' src/conf/virconftypes.h
>$ # sorting the lines
>$ sed -i '/typedef struct/ s/;/;\n/g' src/conf/virconftypes.h
>
>Signed-off-by: Eric Blake <eblake at redhat.com>
>---
> src/conf/virconftypes.h | 340 ++++++++++++++++++++--------------------
> 1 file changed, 170 insertions(+), 170 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190315/9831f613/attachment-0001.sig>


More information about the libvir-list mailing list