summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-10 16:54:54 +0000
committerJim Meyering <meyering@redhat.com>2008-04-10 16:54:54 +0000
commitca9387e8829ff802f1d214fbc93c68145fdd8852 (patch)
tree039f4d1095fb630d8a0aef3e6d916e9bf6ccb733 /generator.py
parent05a544dcfe1f53df95b3278beb8476b5a8054cd0 (diff)
downloadlibvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.tar.gz
libvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.tar.xz
libvirt-python-split-ca9387e8829ff802f1d214fbc93c68145fdd8852.zip
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
Diffstat (limited to 'generator.py')
0 files changed, 0 insertions, 0 deletions