diff options
| author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-26 17:05:25 +1000 |
|---|---|---|
| committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-26 17:05:25 +1000 |
| commit | 9cf2f89d6d95e1de797f05ab1fef28695f8bae7b (patch) | |
| tree | ee85341e7c28ff824ed4adb2a005d5ed7bea64ba /dist/s_whitespace | |
| parent | bb18c439152379fb528af217345be40819b01fc4 (diff) | |
| parent | fc0e7abe82595e579573d42448632f7b36a2d154 (diff) | |
Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.10
Diffstat (limited to 'dist/s_whitespace')
| -rwxr-xr-x | dist/s_whitespace | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/s_whitespace b/dist/s_whitespace index e60d85f8cc6..0de59bc5825 100755 --- a/dist/s_whitespace +++ b/dist/s_whitespace @@ -2,7 +2,7 @@ # Single space and remove trailing whitespace from source files. t=__wt.$$ -trap 'rm -f $t; exit 0' 0 1 2 3 13 15 +trap 'rm -f $t' 0 1 2 3 13 15 # Clear lines that only contain whitespace, compress multiple empty lines # into a single line, discard trailing empty lines. @@ -30,3 +30,5 @@ find bench dist examples ext src test \ | while read f ; do whitespace $f done + +exit 0 |
