diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-18 12:20:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-18 12:40:07 +0100 |
commit | e6d2d9479495dff8520e577c221d5195eb9bb48b (patch) | |
tree | 436ccc51b90c0353dec037b1fbb2fc81aa0483ec /.x-sc_error_message_uppercase | |
parent | fd53921a68ab068e75bd085e6323c2dba7dc40aa (diff) | |
download | coreutils-e6d2d9479495dff8520e577c221d5195eb9bb48b.tar.xz |
maint: normalize leading-TAB indentation in Makefiles
* maint.mk (sc_makefile_TAB_only_indentation): New rule.
Replace each TAB+8-space sequence with two TABs.
* man/Makefile.am: Likewise.
* build-aux/check.mk: Likewise.
I used this command (run it more than once, if needed):
t=$'\t'; git grep -l -E "$t {8}"|grep -E 'Makefile|\.mk$' \
| xargs perl -pi -e 's/\t {8}/\t\t/'
Diffstat (limited to '.x-sc_error_message_uppercase')
0 files changed, 0 insertions, 0 deletions