libvirt/include/libvirt
Jim Meyering 5bf824ea10 convert TAB-based indentation in C sources to use only spaces
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
2008-04-10 16:54:54 +00:00
..
.cvsignore unleash the hush puppies 2006-07-05 21:52:52 +00:00
libvirt.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
libvirt.h.in convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
Makefile.am * src/Makefile.am src/internal.h src/libvirt.c src/libvirt_sym.version 2006-02-24 22:36:10 +00:00
virterror.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00