about summary refs log tree commit diff
path: root/src/comp
diff options
context:
space:
mode:
authorEric Holk <eholk@mozilla.com>2011-08-26 16:38:33 -0700
committerEric Holk <eholk@mozilla.com>2011-08-26 18:03:32 -0700
commit78f07a1453e13b3116e032c5957390965a54defb (patch)
treea5e32fb96f61530bec07a3269901c5fd11d109d9 /src/comp
parent5fe80a0d486b0276a2181d179af83a62e6590f34 (diff)
downloadrust-78f07a1453e13b3116e032c5957390965a54defb.tar.gz
rust-78f07a1453e13b3116e032c5957390965a54defb.zip
Deleting trailing whitespace
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/driver/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index e32c38a9eb8..01f06c49ff0 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -429,7 +429,7 @@ fn parse_pretty(sess: session::session, name: &str) -> pp_mode {
 fn opts() -> [getopts::opt] {
     ret [optflag("h"), optflag("help"), optflag("v"), optflag("version"),
          optflag("glue"), optflag("emit-llvm"), optflagopt("pretty"),
-         optflag("ls"), optflag("parse-only"), optflag("no-trans"), 
+         optflag("ls"), optflag("parse-only"), optflag("no-trans"),
          optflag("O"), optopt("OptLevel"), optmulti("L"),
          optflag("S"), optflag("c"), optopt("o"), optflag("g"),
          optflag("save-temps"), optopt("sysroot"), optflag("stats"),