]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: Sort virconftypes.h
authorEric Blake <eblake@redhat.com>
Fri, 15 Mar 2019 01:20:13 +0000 (20:20 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 15 Mar 2019 16:33:52 +0000 (11:33 -0500)
commit41e3d35e0952532bbc6bd0d486bd2a5ffbc5192e
tree48b23cbfcb5e49d43ae934636a4832cea2931a7e
parent23c15e34c342b1db84039b768ac387f0dc3c3da0
snapshot: Sort virconftypes.h

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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/virconftypes.h