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