0.9.2.40:
[sbcl.git] / tools-for-build / canonicalize-whitespace
1 #!/bin/sh
2
3 # (a script to be run in the root directory of the distribution)
4 #
5 # Convert tabs to spaces and delete trailing whitespace in files
6 # which we can safely assume to be source files in appropriate languages.
7
8 tools-for-build/whitespacely-canonical-filenames \
9   | xargs tools-for-build/canonicalize-whitespace-1