summaryrefslogtreecommitdiff
path: root/stdlib/Compflags
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2017-08-12 21:24:41 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2018-06-14 15:15:34 +0100
commitb5d1929e878d6d2ccfe6ea349960ee803e9e45c6 (patch)
treeee497c424f62d64cc71626401469ca7efff37686 /stdlib/Compflags
parentc226df2716e63214c6a3bb2c8cfdff820cd7d661 (diff)
downloadocaml-b5d1929e878d6d2ccfe6ea349960ee803e9e45c6.tar.gz
Whitespace and overlong line fixes.
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-xstdlib/Compflags3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags
index 515a54741f..3796caa631 100755
--- a/stdlib/Compflags
+++ b/stdlib/Compflags
@@ -31,6 +31,7 @@ case $1 in
echo ' -w Ae';;
stdlib__scanf.cmx|stdlib__scanf.p.cmx) echo ' -inline 9';;
*Labels.cm[ox]|*Labels.p.cmx) echo ' -nolabels -no-alias-deps';;
- pervasives.cm[iox]|pervasives.p.cmx) echo ' -nopervasives -no-alias-deps -w -49';;
+ pervasives.cm[iox]|pervasives.p.cmx)
+ echo ' -nopervasives -no-alias-deps -w -49';;
*) echo ' ';;
esac