summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-10-09 07:56:27 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-10-09 07:56:27 -0400
commit9174cbe21e305f8afb111fce561540942e5c7315 (patch)
tree7810fb778a6f149deb2c7f392ab1b1ebc6cda202 /dist/s_style
parent318634089f9d4ce08971d2d42b05cb45456df1a1 (diff)
downloadmongo-9174cbe21e305f8afb111fce561540942e5c7315.tar.gz
Style script.
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/s_style b/dist/s_style
index 9238acbbe2a..b1e598b9c95 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -47,7 +47,8 @@ done
for f in \
`find bench examples ext src test -name '*.[chisy]' -o -name '*.in' |
- sed '/Makefile.in/d'`; do
+ sed -e '/Makefile.in/d' \
+ -e '/os_win_wiredtiger_config.h/d'`; do
if grep "^[^}]*while (0);" $f > $t; then
echo "$f: while (0) has trailing semi-colon"
cat $t