diff options
author | Thomas White <taw@physics.org> | 2011-07-07 16:49:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | 842290c307a55d01b765065757a7162ae5c2cde7 (patch) | |
tree | 40772ef313eb0faf175512c5c10ff73b3e8e79ed /src | |
parent | 04736476844994bbb6f7f1dc1547ef99d452453a (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/partial_sim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index b0d121be..8399b4d1 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -164,8 +164,8 @@ int main(int argc, char *argv[]) /* Short options */ while ((c = getopt_long(argc, argv, "hi:o:b:p:g:y:n:", - longopts, NULL)) != -1) { - + longopts, NULL)) != -1) + { switch (c) { case 'h' : show_help(argv[0]); |