From a2558dbbb931740833d163cb09af574329c12a2e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 18 Mar 2018 17:01:46 -0700 Subject: [PATCH] Revert "Remove trailing whitespace with a check/test." --- Makefile | 7 +------ xxhsum.1.md | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 2db7d37c..c352b515 100644 --- a/Makefile +++ b/Makefile @@ -194,17 +194,12 @@ preview-man: clean-man man man ./xxhsum.1 test-all: clean all namespaceTest test test32 test-xxhsum-c clean-xxhsum-c \ - armtest clangtest gpptest c90test test-mem usan staticAnalyze \ - trailingWhitespace + armtest clangtest gpptest c90test test-mem usan staticAnalyze .PHONY: listL120 listL120: # extract lines >= 120 characters in *.{c,h}, by Takayuki Matsuoka (note : $$, for Makefile compatibility) find . -type f -name '*.c' -o -name '*.h' | while read -r filename; do awk 'length > 120 {print FILENAME "(" FNR "): " $$0}' $$filename; done -.PHONY: trailingWhitespace -trailingWhitespace: - ! grep -E "`printf '[ \\t]$$'`" *.1 *.c *.h *.md LICENSE Makefile cmake_unofficial/* - .PHONY: clean clean: clean-xxhsum-c @$(RM) core *.o libxxhash.* diff --git a/xxhsum.1.md b/xxhsum.1.md index f63d6d1a..90ec86d3 100644 --- a/xxhsum.1.md +++ b/xxhsum.1.md @@ -4,10 +4,10 @@ xxhsum(1) -- print or check xxHash non-cryptographic checksums SYNOPSIS -------- -`xxhsum [