summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
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 (/' \