diff options
author | Keith Bostic <keith@wiredtiger.com> | 2010-01-25 04:55:49 +1100 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2010-01-25 04:55:49 +1100 |
commit | 1529b25ad1a948898b65f89f30b8b515af829159 (patch) | |
tree | a3b4d475d5da9db8f11b07138cff11fd946d9001 /dist/s_whitespace | |
parent | 2636e341f33eb0f960da10256f55662a05847bac (diff) | |
download | mongo-1529b25ad1a948898b65f89f30b8b515af829159.tar.gz |
Remove trailing whitespace from python scripts.
--HG--
branch : keith
Diffstat (limited to 'dist/s_whitespace')
-rw-r--r-- | dist/s_whitespace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_whitespace b/dist/s_whitespace index 06a95c4c68e..546fd015986 100644 --- a/dist/s_whitespace +++ b/dist/s_whitespace @@ -4,7 +4,7 @@ t=__wt.$$ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 -inc=`cd .. && echo inc_posix/*.h inc_posix/*.in` +inc=`cd .. && echo inc_posix/*.h inc_posix/*.in dist/*.py` ( for f in `sed -e '/^[a-z]/! d' filelist` $inc; do f="../$f" |