summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-05-23 21:46:16 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-05-23 21:46:16 +1000
commit93ac1b2ec2f922506d6b9d95ddb7b8e91f4af9e0 (patch)
tree26e88a8966192520dd19d2733878c2c3eec463f1 /dist/s_style
parent9b98be8a0581f5c725697b4ef0fcda0ff8dc7bdb (diff)
downloadmongo-93ac1b2ec2f922506d6b9d95ddb7b8e91f4af9e0.tar.gz
Update docs for transactions.
refs #138
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_style b/dist/s_style
index 2bb6a5b458e..416c12285b5 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -73,7 +73,7 @@ for f in `find examples ext src test -name '*.[chisy]' -o -name '*.in' |
-e 's/\([ ]\)if(/\1if (/' \
-e 's/\([ ]\)index(/\1strchr(/' \
-e 's/\([ ]\)return(/\1return (/' \
- -e 's/^\([ ]+\)return \([^()]*\);/\1return (\2);/' \
+ -e 's/\([ ]\)return \([^()]*\);/\1return (\2);/' \
-e 's/\([ ]\)rindex(/\1strrchr(/' \
-e 's/\([ ]\)sizeof (/\1sizeof(/g' \
-e 's/\([ ]\)switch(/\1switch (/' \