From: Jim Meyering Date: Tue, 15 Apr 2003 06:26:49 +0000 (+0000) Subject: Remove (or replace-with-TAB(s) to retain alignment) X-Git-Tag: v5.0.1~687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9d23e5518f0bc99adb6da27d5653203ead0633;p=thirdparty%2Fcoreutils.git Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- diff --git a/Makefile.maint b/Makefile.maint index 1501333a49..f62c080e05 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -170,10 +170,10 @@ cvs-tag-check: else :; fi cvs-diff-check: - if $(CVS) diff >cvs-diffs; then \ - rm cvs-diffs; \ - else \ - echo "Some files are locally modified:" 1>&2; \ + if $(CVS) diff >cvs-diffs; then \ + rm cvs-diffs; \ + else \ + echo "Some files are locally modified:" 1>&2; \ cat cvs-diffs; \ exit 1; \ fi