aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-15 03:16:17 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-15 03:16:17 +0000
commit028f6515424e832ee10a1e4cb1f96ea241e2acae (patch)
treec8ce68621a3ed2425b8dde4e2f523cbae0bf11fe /sim/common/hw-ports.c
parent7f35e991971df570411a2688b948cd72adb4cf90 (diff)
downloadgdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.zip
gdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.gz
gdb-028f6515424e832ee10a1e4cb1f96ea241e2acae.tar.bz2
sim: common: trim trailing whitespace
Diffstat (limited to 'sim/common/hw-ports.c')
-rw-r--r--sim/common/hw-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c
index 6444653..7a0503e 100644
--- a/sim/common/hw-ports.c
+++ b/sim/common/hw-ports.c
@@ -251,7 +251,7 @@ hw_port_decode (struct hw *me,
{
const struct hw_port_descriptor *ports =
me->ports_of_hw->ports;
- if (ports != NULL)
+ if (ports != NULL)
{
while (ports->name != NULL)
{