just whitespace
This commit is contained in:
parent
f64ff682a3
commit
c1ef7bdd8d
254 changed files with 2002 additions and 2002 deletions
|
@ -47,23 +47,23 @@ int strings_main(int argc, char **argv)
|
|||
char *string;
|
||||
const char *fmt = "%s: ";
|
||||
char *n_arg = "4";
|
||||
|
||||
|
||||
opt = bb_getopt_ulflags (argc, argv, "afon:", &n_arg);
|
||||
/* -a is our default behaviour */
|
||||
|
||||
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
||||
n = bb_xgetlarg(n_arg, 10, 1, INT_MAX);
|
||||
string = xcalloc(n + 1, 1);
|
||||
n--;
|
||||
|
||||
|
||||
if ( argc == 0) {
|
||||
fmt = "{%s}: ";
|
||||
*argv = (char *)bb_msg_standard_input;
|
||||
goto PIPE;
|
||||
}
|
||||
|
||||
|
||||
do {
|
||||
if ((file = bb_wfopen(*argv, "r"))) {
|
||||
PIPE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue