diff options
Diffstat (limited to 'contrib')
| -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 62e92c362c6..e3139d0c2c5 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. +#!/bin/bash perl -wpi -e "s/ +$//g" $1 |
