*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -243,7 +243,6 @@ static void ParseField(char *user, char *ary, int modvalue, int off,
|
||||
goto err;
|
||||
}
|
||||
} while (n1 != n2);
|
||||
|
||||
}
|
||||
if (*ptr != ',') {
|
||||
break;
|
||||
|
@ -730,8 +730,8 @@ static void identify(uint16_t *val)
|
||||
if (val[MINOR] && (val[MINOR] <= MINOR_MAX)) {
|
||||
if (like_std < 3) like_std = 3;
|
||||
std = actual_ver[val[MINOR]];
|
||||
if (std) printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR]));
|
||||
|
||||
if (std)
|
||||
printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR]));
|
||||
}
|
||||
/* looks like when they up-issue the std, they obsolete one;
|
||||
* thus, only the newest 4 issues need be supported. (That's
|
||||
|
Reference in New Issue
Block a user