diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-17 21:42:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-17 21:42:59 +0000 |
commit | 49a128a1565520069737ae9602155d8627d7c84c (patch) | |
tree | b1d76d8d1976dbd0cf6e2ef9c61976aadd464ed1 /miscutils/hdparm.c | |
parent | 150d2fa114d626761a67e529959433226793e733 (diff) | |
download | busybox-w32-49a128a1565520069737ae9602155d8627d7c84c.tar.gz busybox-w32-49a128a1565520069737ae9602155d8627d7c84c.tar.bz2 busybox-w32-49a128a1565520069737ae9602155d8627d7c84c.zip |
remove accumulated stray trailing whitespace
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 5c7d1f60c..98cc04fd3 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -1831,7 +1831,7 @@ static void process_dev(char *devname) | |||
1831 | } else if (errno == -ENOMSG) | 1831 | } else if (errno == -ENOMSG) |
1832 | printf(" no identification info available\n"); | 1832 | printf(" no identification info available\n"); |
1833 | else if (ENABLE_IOCTL_HEX2STR_ERROR) /* To be coherent with ioctl_or_warn */ | 1833 | else if (ENABLE_IOCTL_HEX2STR_ERROR) /* To be coherent with ioctl_or_warn */ |
1834 | bb_perror_msg("HDIO_GET_IDENTITY"); | 1834 | bb_perror_msg("HDIO_GET_IDENTITY"); |
1835 | else | 1835 | else |
1836 | bb_perror_msg("ioctl %#x failed", HDIO_GET_IDENTITY); | 1836 | bb_perror_msg("ioctl %#x failed", HDIO_GET_IDENTITY); |
1837 | } | 1837 | } |