Rollup merge of #30019 - alex:patch-1, r=steveklabnik

looks like a case of mixed tabs and spaces
This commit is contained in:
Steve Klabnik 2015-11-24 09:43:46 -05:00
commit acda78a663

View file

@ -1643,7 +1643,7 @@ fn main() {
let matches = match opts.parse(&args[1..]) {
Ok(m) => { m }
Err(e) => { panic!(e.to_string()) }
Err(e) => { panic!(e.to_string()) }
};
if matches.opt_present("h") {