Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed Feb 9, 2013
1 parent 46df798 commit 0a062b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/libstd/getopts.rs
Expand Up @@ -31,26 +31,26 @@
* file name following -o, and accepts both -h and --help as optional flags.
* extern mod std;
* use std::getopts::*;
*
*
* fn do_work(in: &str, out: Option<~str>) {
* io::println(in);
* io::println(match out {
* Some(move x) => x,
* None => ~"No Output"
* });
* }
*
*
* fn print_usage(program: &str, _opts: &[std::getopts::Opt]) {
* io::println(fmt!("Usage: %s [options]", program));
* io::println("-o\t\tOutput");
* io::println("-h --help\tUsage");
* }
*
*
* fn main() {
* let args = os::args();
*
*
* let program = copy args[0];
*
*
* let opts = ~[
* optopt("o"),
* optflag("h"),
Expand Down

5 comments on commit 0a062b5

@bors
Copy link
Contributor

@bors bors commented on 0a062b5 Feb 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at mcpherrinm@0a062b5

@bors
Copy link
Contributor

@bors bors commented on 0a062b5 Feb 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging mcpherrinm/rust/master = 0a062b5 into auto

@bors
Copy link
Contributor

@bors bors commented on 0a062b5 Feb 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mcpherrinm/rust/master = 0a062b5 merged ok, testing candidate = 2fc1f41

@bors
Copy link
Contributor

@bors bors commented on 0a062b5 Feb 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 0a062b5 Feb 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 2fc1f41

Please sign in to comment.