Convert all TABs-as-indentation to spaces.
authorJim Meyering <meyering@redhat.com>
Mon, 3 Aug 2009 15:10:13 +0000 (11:10 -0400)
committerJim Meyering <meyering@redhat.com>
Mon, 3 Aug 2009 15:17:57 +0000 (17:17 +0200)
commit2f1a50d81671810256dce0852e6b1e0810ac44af
treec6058422a2f177f7c55ddaa22e329699a9d21e20
parent72c829395bb6a4800516d4f535e18af48195585b
Convert all TABs-as-indentation to spaces.

Do it by running this command:
[exempted files are matched via .x-sc_TAB_in_indentation]

  git ls-files \
    | pcregrep -vf .x-sc_TAB_in_indentation \
    | xargs pcregrep -l '^ *\t' \
    | xargs perl -MText::Tabs -ni -le \
      '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
50 files changed:
HACKING
appliance/libguestfs-supermin-helper.in
appliance/supermin-split.sh.in
bootstrap
cat/virt-cat.pl
configure.ac
contrib/README
daemon/configure.ac
daemon/daemon.h
daemon/debug.c
daemon/devsparts.c
daemon/dir.c
daemon/ext2.c
daemon/file.c
daemon/guestfsd.c
daemon/inotify.c
daemon/link.c
daemon/lvm.c
daemon/mount.c
daemon/proto.c
daemon/readdir.c
daemon/sfdisk.c
daemon/xattr.c
df/virt-df.pl
examples/to-xml.c
fish/destpaths.c
fish/fish.c
fish/fish.h
fish/glob.c
fish/rc.c
fish/tilde.c
fish/time.c
inspector/virt-inspector.pl
java/com/redhat/et/libguestfs/LibGuestFSException.java
java/t/GuestFS005Load.java
java/t/GuestFS010Launch.java
java/t/GuestFS050LVCreate.java
m4/ocaml.m4
make-recipes.sh
ocaml/t/guestfs_060_readdir.ml
perl/lib/Sys/Guestfs/Lib.pm
perl/t/500-lib-load.t
perl/t/510-lib-file-arch.t
perl/typemap
recipes/squashfs.example
src/generator.ml
src/gettext.h
src/guestfs.c
test-tool/test-tool.c
v2v/virt-v2v.pl