summaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-02 05:30:14 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-02 05:30:14 +0000
commit0946a6c4c570b397e25048f38208d96c1b46a6c7 (patch)
treed48521a7a260352843182ba4987dff89858eb859 /sim/common/hw-ports.h
parentae53f7074eb545f994701ed9afa36c8b0a92aaa9 (diff)
downloadgdb-0946a6c4c570b397e25048f38208d96c1b46a6c7.tar.gz
sim: fix up style a bit
This touches up the code a bit to match GNU style. No functional changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/hw-ports.h')
-rw-r--r--sim/common/hw-ports.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h
index d6255d9bdec..91f02469db6 100644
--- a/sim/common/hw-ports.h
+++ b/sim/common/hw-ports.h
@@ -24,7 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Initialize a port */
-struct hw_port_descriptor {
+struct hw_port_descriptor
+{
const char *name;
int number;
int nr_ports;