about summary refs log tree commit diff
path: root/src/libsyntax/parse
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/libsyntax/parse
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/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/obsolete.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs
index c1afc53def0..e486a6254e7 100644
--- a/src/libsyntax/parse/obsolete.rs
+++ b/src/libsyntax/parse/obsolete.rs
@@ -298,4 +298,3 @@ pub impl Parser {
     }
 
 }
-