mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-30 16:18:02 -05:00
Done using this command (also includes .c.in and .h.in files): for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do expand -i $i > j && mv j $i;done