diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-03-07 12:06:47 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-03-07 12:06:47 +1100 |
commit | 7b12b5e3129bb76e62b833ac3409f5f6020a9ffa (patch) | |
tree | 332aa2d48360b16527ee31592ed890401c40f068 /dist/s_longlines | |
parent | db143f5cf256ab96faddead508d74cf71eb92d97 (diff) | |
download | mongo-7b12b5e3129bb76e62b833ac3409f5f6020a9ffa.tar.gz |
Formatting, mostly whitespace (s_longlines).
Diffstat (limited to 'dist/s_longlines')
-rw-r--r-- | dist/s_longlines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_longlines b/dist/s_longlines index dc5afe9abd0..8b6ced0e7f3 100644 --- a/dist/s_longlines +++ b/dist/s_longlines @@ -7,7 +7,7 @@ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ; ls ../src/include/*.h ../src/include/*.in) | egrep -v 'src/api/(api|pack)\.c$' | - egrep -v '.*/api_int\.c$|support/stat\.c$'` + egrep -v 'include/api\.h|.*/api_int\.c$|support/stat\.c$'` for f in $l ; do # awk's length function appears to include the newline, hence "> 81" |