Re: [diff] acme-client - clean up main.c

2018-07-30 Thread Sebastian Benoit
Hi, thanks for your diff. Ross L Richardson(open...@rlr.id.au) on 2018.07.30 11:25:08 +1000: > > [This diff is very similar to one I sent previously off-list to a few.] > > Just some style(9) and simple cleanup: > - order getopt string and switch cases commited, left f: at the end so its the

[diff] acme-client - clean up main.c

2018-07-29 Thread Ross L Richardson
[This diff is very similar to one I sent previously off-list to a few.] Just some style(9) and simple cleanup: - order getopt string and switch cases - add space between "if" and "(" - wrap a long line - return rather than exit() from main() - move chngdir == NULL test to where it belongs