commit | 8e858e2700651a0e973169b579622cd3dcd0defd | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Mar 07 09:35:43 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Mar 07 09:35:43 2007 +0000 |
tree | 4829004760bedec63aa8a72affe75591e482fe4a | |
parent | 41cca2b4f54a2c8dadd2469747aca91d891c0b15 [diff] [blame] |
clean up accumulated whitespace damage
diff --git a/libbb/read.c b/libbb/read.c index 861828d..c05b26b 100644 --- a/libbb/read.c +++ b/libbb/read.c
@@ -129,7 +129,7 @@ buf = xmalloc(size + 1); size = read_close(fd, buf, size); if ((ssize_t)size < 0) - bb_perror_msg_and_die("'%s'", filename); + bb_perror_msg_and_die("'%s'", filename); xrealloc(buf, size + 1); buf[size] = '\0'; if (sizep) *sizep = size;