libvirt/python
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
..
tests Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
.cvsignore Fixed up numerous compiler warnings 2007-03-06 21:55:44 +00:00
generator.py Fix potential infinite loop in python generator 2008-04-08 08:26:15 +00:00
libvir.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
libvir.py Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
libvirt_wrap.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
libvirt-python-api.xml Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
Makefile.am Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
TODO * python/*: update of the python bindings, fix names, add 2006-01-31 10:24:12 +00:00
types.c Added python binding for storage APIs 2008-02-20 15:26:22 +00:00