summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-12-09 14:44:02 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-12-09 14:44:02 +1100
commitcc9661d829b92796d6c5e808707e28fd020c78f6 (patch)
treede619bdc30ac45de63364376d8453ea3277a8086 /dist
parent502e770a0179692fe9ce0f2c9a8a1c1647120698 (diff)
downloadmongo-cc9661d829b92796d6c5e808707e28fd020c78f6.tar.gz
Fixup whitespace in s_longlines
Diffstat (limited to 'dist')
-rwxr-xr-xdist/s_longlines4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/s_longlines b/dist/s_longlines
index d7e31220127..decedb58f44 100755
--- a/dist/s_longlines
+++ b/dist/s_longlines
@@ -9,10 +9,10 @@ l=`(cd .. &&
find dist -name '*.py' &&
find src -name '*.in') |
sed -e '/dist\/stat_data\.py/d' \
- -e '/support\/stat\.c/d' \
+ -e '/support\/stat\.c/d' \
-e '/include\/extern\.h/d'`
for f in $l ; do
expand -t8 < ../$f | awk -- \
- "{if(length(\$0) > 80) printf(\"%s:%d\\n\", \"$f\", NR)}"
+ "{if(length(\$0) > 80) printf(\"%s:%d\\n\", \"$f\", NR)}"
done