about summary refs log tree commit diff
path: root/src/rt/rust_debug.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-04 00:48:37 -0700
committerbors <bors@rust-lang.org>2013-05-04 00:48:37 -0700
commit1f65e4a1d54417cebaed30816c75ae1cb0334566 (patch)
treec02bcddccfb86b2f4e8083f0fb29846e8d549044 /src/rt/rust_debug.cpp
parenta47e4cb22fbced2391845f7bfc7a458bca8c8273 (diff)
parent86efd97a10fda1f81f5bead0de36e3343a9faa0e (diff)
downloadrust-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/rt/rust_debug.cpp')
-rw-r--r--src/rt/rust_debug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_debug.cpp b/src/rt/rust_debug.cpp
index 5c5be45bef8..f403b0434b6 100644
--- a/src/rt/rust_debug.cpp
+++ b/src/rt/rust_debug.cpp
@@ -58,4 +58,3 @@ dump_origin(rust_task *task, void *ptr) {
 }
 
 }   // end namespace debug
-