aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:06:14 +0200
commitf3ea792badae9cd7c4205ac363301f1e94e57d4e (patch)
tree84f72b1e4c02c3e01ca3e393edc789dcaeba6c69 /miscutils/hdparm.c
parentccb977186100ccf6b443c5f08c8b179c9b7e720b (diff)
downloadbusybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.gz
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.tar.bz2
busybox-w32-f3ea792badae9cd7c4205ac363301f1e94e57d4e.zip
*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 9738620fd..236b1749c 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -730,8 +730,8 @@ static void identify(uint16_t *val)
730 if (val[MINOR] && (val[MINOR] <= MINOR_MAX)) { 730 if (val[MINOR] && (val[MINOR] <= MINOR_MAX)) {
731 if (like_std < 3) like_std = 3; 731 if (like_std < 3) like_std = 3;
732 std = actual_ver[val[MINOR]]; 732 std = actual_ver[val[MINOR]];
733 if (std) printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR])); 733 if (std)
734 734 printf("\n\tUsed: %s ", nth_string(minor_str, val[MINOR]));
735 } 735 }
736 /* looks like when they up-issue the std, they obsolete one; 736 /* looks like when they up-issue the std, they obsolete one;
737 * thus, only the newest 4 issues need be supported. (That's 737 * thus, only the newest 4 issues need be supported. (That's