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-ports.h | |
parent | 7f35e991971df570411a2688b948cd72adb4cf90 (diff) | |
download | gdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.zip gdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.gz gdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.bz2 |
sim: common: trim trailing whitespace
Diffstat (limited to 'sim/common/hw-ports.h')
-rw-r--r-- | sim/common/hw-ports.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h index 48fedc4..d6255d9 100644 --- a/sim/common/hw-ports.h +++ b/sim/common/hw-ports.h @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ struct hw_port_descriptor { const char *name; - int number; + int number; int nr_ports; port_direction direction; }; @@ -99,7 +99,7 @@ void hw_port_traverse (struct hw *me, hw_port_traverse_function *handler, void *data); - + /* DESTINATION is attached (detached) to LINE of the device ME @@ -124,6 +124,6 @@ int hw_port_encode char *buf, int sizeof_buf, port_direction direction); - + #endif |