trailing whitespace removal

This commit is contained in:
Denis Vlasenko
2009-04-01 11:24:04 +00:00
parent 88b8f0a347
commit 3266aa9ec2
7 changed files with 11 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ static off_t getBase256_len12(const char *str)
while (1) {
if (c)
bb_error_msg_and_die("overflow in base-256 encoded file size");
if (--len == sizeof(off_t))
if (--len == sizeof(off_t))
break;
c = *str++;
}