Style fixes from Denis Vlasenko.

This commit is contained in:
Rob Landley 2006-04-29 16:06:31 +00:00
parent 5f8b5ecda2
commit a3e4f38f7b

View File

@ -1478,7 +1478,6 @@ static int seek_to_zero (int fd)
static int read_big_block(int fd, char *buf)
{
const char *string;
int i, rc;
if ((rc = read(fd, buf, TIMING_BUF_BYTES)) != TIMING_BUF_BYTES)
@ -1946,7 +1945,7 @@ static void process_dev (char *devname)
}
fd = bb_xopen(devname, O_RDONLY|O_NONBLOCK);
if_printf( (!quiet),"\n%s:\n", devname);
if_printf(!quiet, "\n%s:\n", devname);
if (set_readahead)
{