limit line length to 79 characters

This commit is contained in:
josch
2014-09-25 19:38:48 +02:00
parent 32fcb30572
commit dcce69e66d
13 changed files with 29 additions and 15 deletions

View File

@@ -66,7 +66,8 @@ void print_help(const char *cmd)
"Lines starting with a # (hash) are ignored\n");
}
void parse_argv(int argc, char *const argv[], struct mfshell_user_options *opts)
void parse_argv(int argc, char *const argv[],
struct mfshell_user_options *opts)
{
static struct option long_options[] = {
{"command", required_argument, 0, 'c'},