global: convert indentation-TABs to spaces
authorJim Meyering <meyering@redhat.com>
Wed, 3 Feb 2010 07:53:02 +0000 (08:53 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Feb 2010 07:53:02 +0000 (08:53 +0100)
commit3ea7fe86ac3c1a887038e0e3e1c07ba4634ad1a5
tree724c373678f99a6b2a797f0879804b6125c65883
parent2bea18bc85c6815e742dd3aa287d8f7aa2f0bb74
global: convert indentation-TABs to spaces

Transformed via this shell code:
t=$'\t'
git ls-files \
  | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
  | grep -vE 'tests/pr/|help2man' \
  | xargs grep -lE "^ *$t" \
  | xargs perl -MText::Tabs -ni -le \
    '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
32 files changed:
.gitmodules
README
README-hacking
amiga/match.a
bits.c
configure.ac
deflate.c
gzip.c
gzip.h
inflate.c
lib/match.c
m4/shell.m4
msdos/match.asm
msdos/tailor.c
primos/include/sysStat.h
sample/zread.c
sample/ztouch
tailor.h
trees.c
unlzh.c
unlzw.c
unpack.c
unzip.c
util.c
vms/Readme.vms
vms/gzip.hlp
vms/vms.c
zdiff.in
zgrep.in
zip.c
zmore.in
znew.in