diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /miscutils/hdparm.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index d946c7165..38b265d60 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -1745,7 +1745,7 @@ static void process_dev(char *devname) | |||
1745 | if (-1 == read(fd, buf, sizeof(buf))) | 1745 | if (-1 == read(fd, buf, sizeof(buf))) |
1746 | bb_perror_msg("read of 512 bytes failed"); | 1746 | bb_perror_msg("read of 512 bytes failed"); |
1747 | } | 1747 | } |
1748 | #endif /* HDIO_DRIVE_CMD */ | 1748 | #endif /* HDIO_DRIVE_CMD */ |
1749 | if (getset_mult || get_identity) { | 1749 | if (getset_mult || get_identity) { |
1750 | multcount = -1; | 1750 | multcount = -1; |
1751 | if (ioctl(fd, HDIO_GET_MULTCOUNT, &multcount)) { | 1751 | if (ioctl(fd, HDIO_GET_MULTCOUNT, &multcount)) { |