File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 59bbbe43350f3fc13ade4e414a5e9bca3907ddb7
4
+ refs/heads/snap-stage3: a014088da1c492f6d4238393e84d037f12cf1273
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ validate_opt () {
138
138
done
139
139
if [ " $arg " = " --help" ]
140
140
then
141
- echo
141
+ echo " "
142
142
echo " No more help available for Configure options,"
143
143
echo " check the Uncyclo or join our IRC channel"
144
144
break
@@ -349,11 +349,11 @@ if [ "$1" = "--help" ]
349
349
then
350
350
HELP=1
351
351
shift
352
- echo
352
+ echo " "
353
353
echo " Usage: $CFG_SELF [options]"
354
- echo
354
+ echo " "
355
355
echo " Options:"
356
- echo
356
+ echo " "
357
357
else
358
358
msg " recreating config.tmp"
359
359
echo ' ' > config.tmp
@@ -394,7 +394,7 @@ validate_opt
394
394
395
395
if [ $HELP -eq 1 ]
396
396
then
397
- echo
397
+ echo " "
398
398
exit 0
399
399
fi
400
400
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
47
47
/* Module: consts */
48
48
pub mod consts {
49
49
// FIXME (requires Issue #1433 to fix): replace with mathematical
50
- // staticants from cmath.
50
+ // constants from cmath.
51
51
/// Archimedes' constant
52
52
pub static pi: float = 3.14159265358979323846264338327950288 ;
53
53
You can’t perform that action at this time.
0 commit comments