From 49a128a1565520069737ae9602155d8627d7c84c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 17 Jul 2007 21:42:59 +0000 Subject: remove accumulated stray trailing whitespace --- miscutils/hdparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/hdparm.c') 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) } else if (errno == -ENOMSG) printf(" no identification info available\n"); else if (ENABLE_IOCTL_HEX2STR_ERROR) /* To be coherent with ioctl_or_warn */ - bb_perror_msg("HDIO_GET_IDENTITY"); + bb_perror_msg("HDIO_GET_IDENTITY"); else bb_perror_msg("ioctl %#x failed", HDIO_GET_IDENTITY); } -- cgit v1.2.3