diff options
| author | bors <bors@rust-lang.org> | 2013-05-04 00:48:37 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-04 00:48:37 -0700 |
| commit | 1f65e4a1d54417cebaed30816c75ae1cb0334566 (patch) | |
| tree | c02bcddccfb86b2f4e8083f0fb29846e8d549044 /src/libstd | |
| parent | a47e4cb22fbced2391845f7bfc7a458bca8c8273 (diff) | |
| parent | 86efd97a10fda1f81f5bead0de36e3343a9faa0e (diff) | |
| download | rust-1f65e4a1d54417cebaed30816c75ae1cb0334566.tar.gz rust-1f65e4a1d54417cebaed30816c75ae1cb0334566.zip | |
auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism
I just had `git apply` fix most of them and then did a quick skim over the diff to fix a few cases where it did the wrong thing (mostly replacing tabs with 4 spaces, when someone's editor had them at 8 spaces).
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/num/bigint.rs | 1 | ||||
| -rw-r--r-- | src/libstd/serialize.rs | 1 | ||||
| -rw-r--r-- | src/libstd/task_pool.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/num/bigint.rs b/src/libstd/num/bigint.rs index 497ce7f41aa..cd347098e25 100644 --- a/src/libstd/num/bigint.rs +++ b/src/libstd/num/bigint.rs @@ -1957,4 +1957,3 @@ mod bigint_tests { assert!(-Zero::zero::<BigInt>() == Zero::zero::<BigInt>()); } } - diff --git a/src/libstd/serialize.rs b/src/libstd/serialize.rs index 33efb2c6a5a..39fb5a45d7e 100644 --- a/src/libstd/serialize.rs +++ b/src/libstd/serialize.rs @@ -1883,4 +1883,3 @@ impl<D:Decoder> DecoderHelpers for D { } } } - diff --git a/src/libstd/task_pool.rs b/src/libstd/task_pool.rs index 82053602755..661247df1c1 100644 --- a/src/libstd/task_pool.rs +++ b/src/libstd/task_pool.rs @@ -100,4 +100,3 @@ fn test_task_pool() { pool.execute(|i| io::println(fmt!("Hello from thread %u!", *i))); } } - |
