From aa9d23e5518f0bc99adb6da27d5653203ead0633 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Apr 2003 06:26:49 +0000 Subject: [PATCH] Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- Makefile.maint | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5