Skip to content

Commit 65175ab

Browse files
committed
---
yaml --- r: 63129 b: refs/heads/snap-stage3 c: a014088 h: refs/heads/master i: 63127: 849790a v: v3
1 parent daa0525 commit 65175ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 59bbbe43350f3fc13ade4e414a5e9bca3907ddb7
4+
refs/heads/snap-stage3: a014088da1c492f6d4238393e84d037f12cf1273
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ validate_opt () {
138138
done
139139
if [ "$arg" = "--help" ]
140140
then
141-
echo
141+
echo ""
142142
echo "No more help available for Configure options,"
143143
echo "check the Uncyclo or join our IRC channel"
144144
break
@@ -349,11 +349,11 @@ if [ "$1" = "--help" ]
349349
then
350350
HELP=1
351351
shift
352-
echo
352+
echo ""
353353
echo "Usage: $CFG_SELF [options]"
354-
echo
354+
echo ""
355355
echo "Options:"
356-
echo
356+
echo ""
357357
else
358358
msg "recreating config.tmp"
359359
echo '' >config.tmp
@@ -394,7 +394,7 @@ validate_opt
394394

395395
if [ $HELP -eq 1 ]
396396
then
397-
echo
397+
echo ""
398398
exit 0
399399
fi
400400

branches/snap-stage3/src/libstd/num/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
4747
/* Module: consts */
4848
pub mod consts {
4949
// FIXME (requires Issue #1433 to fix): replace with mathematical
50-
// staticants from cmath.
50+
// constants from cmath.
5151
/// Archimedes' constant
5252
pub static pi: float = 3.14159265358979323846264338327950288;
5353

0 commit comments

Comments
 (0)