mirror of https://github.com/mirror/busybox.git
de-cuddle if( to if (
parent
4795e4e011
commit
a7881119cc
|
@ -18,7 +18,7 @@ int dmesg_main(int argc, char *argv[])
|
|||
int flags = bb_getopt_ulflags(argc, argv, "cs:n:", &size, &level);
|
||||
|
||||
if (flags & 4) {
|
||||
if(klogctl(8, NULL, bb_xgetlarg(level, 10, 0, 10)))
|
||||
if (klogctl(8, NULL, bb_xgetlarg(level, 10, 0, 10)))
|
||||
bb_perror_msg_and_die("klogctl");
|
||||
} else {
|
||||
int len;
|
||||
|
|
Loading…
Reference in New Issue