diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-12-09 14:44:02 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-12-09 14:44:02 +1100 |
commit | cc9661d829b92796d6c5e808707e28fd020c78f6 (patch) | |
tree | de619bdc30ac45de63364376d8453ea3277a8086 /dist | |
parent | 502e770a0179692fe9ce0f2c9a8a1c1647120698 (diff) | |
download | mongo-cc9661d829b92796d6c5e808707e28fd020c78f6.tar.gz |
Fixup whitespace in s_longlines
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/s_longlines | 4 |
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 |