diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 03:16:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 03:16:17 +0000 |
commit | 028f6515424e832ee10a1e4cb1f96ea241e2acae (patch) | |
tree | c8ce68621a3ed2425b8dde4e2f523cbae0bf11fe /sim/common/hw-device.c | |
parent | 7f35e991971df570411a2688b948cd72adb4cf90 (diff) | |
download | binutils-028f6515424e832ee10a1e4cb1f96ea241e2acae.zip binutils-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.gz binutils-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.bz2 |
sim: common: trim trailing whitespace
Diffstat (limited to 'sim/common/hw-device.c')
-rw-r--r-- | sim/common/hw-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-device.c b/sim/common/hw-device.c index 72e6478..a5dff43 100644 --- a/sim/common/hw-device.c +++ b/sim/common/hw-device.c @@ -50,7 +50,7 @@ hw_ioctl (struct hw *me, va_end(ap); return status; } - + char * hw_strdup (struct hw *me, const char *str) { |