Sign in
swiftshader
/
SwiftShader
/
3c36ea108aff6b95d757321e898bc1275f65ad9c
/
.
/
third_party
/
llvm-7.0
/
llvm
/
utils
/
lint
/
remove_trailing_whitespace.sh
blob: 6e0c9be0932b371e34325591094726e43524a404 [
file
] [
log
] [
blame
]
#!/bin/sh
# Deletes trailing whitespace in-place in the passed-in files.
# Sample syntax:
# $0 *.cpp
perl
-
pi
-
e
's/\s+$/\n/'
$
*