whitespace fixes

This commit is contained in:
Denis Vlasenko
2007-05-30 00:29:55 +00:00
parent 4ef7d3a2de
commit 4b924f3a5c
29 changed files with 82 additions and 82 deletions

View File

@ -1223,7 +1223,7 @@ int sed_main(int argc, char **argv)
int status = EXIT_SUCCESS;
if (sizeof(struct globals) > sizeof(bb_common_bufsiz1))
BUG_sed_globals_too_big();
BUG_sed_globals_too_big();
G.sed_cmd_tail = &G.sed_cmd_head;