Deleting trailing whitespace
This commit is contained in:
parent
5fe80a0d48
commit
78f07a1453
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue