diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-14 19:39:20 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-14 19:39:20 +0300 |
commit | 14a164408504ad98d7861fec29979b1be1828c0e (patch) | |
tree | 0aed6d5428cc4ea4a2ee205ad0ae077279f77845 /client | |
parent | 7533cebfe531f2264b10903a5d1b8a0d60b9fcae (diff) | |
download | bemenu-14a164408504ad98d7861fec29979b1be1828c0e.tar.gz bemenu-14a164408504ad98d7861fec29979b1be1828c0e.tar.bz2 bemenu-14a164408504ad98d7861fec29979b1be1828c0e.zip |
Useless whitespace.
Diffstat (limited to 'client')
-rw-r--r-- | client/client.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/client.c b/client/client.c index 7df00bb..df05d34 100644 --- a/client/client.c +++ b/client/client.c @@ -56,10 +56,7 @@ static void usage(FILE *out, const char *name) " -nb, --nb defines the normal background color. ()\n" " -nf, --nf defines the normal foreground color. ()\n" " -sb, --sb defines the selected background color. ()\n" - " -sf, --sf defines the selected foreground color. ()\n" - - - , out); + " -sf, --sf defines the selected foreground color. ()\n", out); exit((out == stderr ? EXIT_FAILURE : EXIT_SUCCESS)); } |