remove trailing whitespace

This commit is contained in:
Love Hornquist Astrand
2011-05-21 11:57:31 -07:00
parent 25e86d6f4d
commit 0879b9831a
539 changed files with 6825 additions and 6825 deletions

View File

@@ -72,7 +72,7 @@ mandoc_template(SL_cmd *cmds,
continue; */
printf(".Op Fl %s", c->name);
printf("\n");
}
if (extra_string && *extra_string)
printf (".Ar %s\n", extra_string);
@@ -311,7 +311,7 @@ sl_command_loop(SL_cmd *cmds, const char *prompt, void **data)
char *buf;
int argc;
char **argv;
buf = sl_readline(prompt);
if(buf == NULL)
return -2;

View File

@@ -244,7 +244,7 @@ check_command(struct assignment *as)
ex(as, "multiple max_args strings");
ret++;
}
return ret;
}
@@ -472,7 +472,7 @@ gen_options(struct assignment *opt1, const char *name)
struct assignment *type;
struct type_handler *th;
char *s;
s = make_name(tmp->u.assignment);
type = find(tmp->u.assignment, "type");
th = find_handler(type);
@@ -530,7 +530,7 @@ gen_wrapper(struct assignment *as)
struct assignment *help = find(tmp->u.assignment, "help");
struct type_handler *th;
cprint(2, "{ ");
if(lopt)
fprintf(cfile, "\"%s\", ", lopt->u.value);
@@ -566,7 +566,7 @@ gen_wrapper(struct assignment *as)
struct assignment *defval = find(tmp->u.assignment, "default");
struct type_handler *th;
s = make_name(tmp->u.assignment);
th = find_handler(type);
(*th->defval)(s, defval);