libvirt/docs/examples
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
..
python
.cvsignore
examples.xml Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
examples.xsl
index.html Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
index.py
info1.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
Makefile.am
suspend.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00