diff options
Diffstat (limited to 'contrib/cleanup/whitespace.sh')
-rw-r--r-- | contrib/cleanup/whitespace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cleanup/whitespace.sh b/contrib/cleanup/whitespace.sh index a351e25359b..62e92c362c6 100644 --- a/contrib/cleanup/whitespace.sh +++ b/contrib/cleanup/whitespace.sh @@ -1,2 +1,2 @@ # Be sure to specify files instead of * when running the script. -perl -p -i -e "s/ +$//g" * +perl -wpi -e "s/ +$//g" $1 |