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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
.cvsignore docs/examples/examples.xml: Regenerate, now that *.c file names are sorted. 2008-01-15 15:27:31 +00:00
examples.xml Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
examples.xsl Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
index.html Fix typo "informations" -> "information" (Atsushi SAKAI and 2008-03-14 11:08:03 +00:00
index.py Avoid link errors with "configure --disable-shared". 2008-02-28 17:06:32 +00:00
info1.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
Makefile.am Avoid link errors with "configure --disable-shared". 2008-02-28 17:06:32 +00:00
suspend.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00