Skip to content

Commit 020c0b5

Browse files
authored
delete trailing whitespace
Sorry, too..
1 parent ebafab9 commit 020c0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ $EndFeature, "
16431643
exp /= 2;
16441644
base = base.wrapping_mul(base);
16451645
}
1646-
1646+
16471647
// since exp!=0, finally the exp must be 1.
16481648
// Deal with the final bit of the exponent separately, since
16491649
// squaring the base afterwards is not necessary and may cause a
@@ -2018,7 +2018,7 @@ $EndFeature, "
20182018
base = r.0;
20192019
overflown |= r.1;
20202020
}
2021-
2021+
20222022
// since exp!=0, finally the exp must be 1.
20232023
// Deal with the final bit of the exponent separately, since
20242024
// squaring the base afterwards is not necessary and may cause a

0 commit comments

Comments
 (0)