summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/devices.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-10 07:20:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-10 07:20:06 +0000
commit5f5f681b69f255f6b94e54fa73978e5f9644108c (patch)
tree4f06c116d69c70cf2578829e844f44025882775c /tools/cpu/nios2/devices.h
parent2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5f5f681b69f255f6b94e54fa73978e5f9644108c.tar.bz2
Whitespace removal.
Diffstat (limited to 'tools/cpu/nios2/devices.h')
-rw-r--r--tools/cpu/nios2/devices.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h
index 11164c5245..5e62ea2c00 100644
--- a/tools/cpu/nios2/devices.h
+++ b/tools/cpu/nios2/devices.h
@@ -14,7 +14,7 @@
#include "ptf.h"
#include "bridges.h"
-typedef struct dev_descr
+typedef struct dev_descr
{
int slaves;
char *cfgname;
@@ -24,9 +24,9 @@ typedef struct dev_descr
device_desc;
device_desc *find_devices(
- struct ptf *ptf,
- struct ptf *cfg,
- struct ptf *cpu,
+ struct ptf *ptf,
+ struct ptf *cfg,
+ struct ptf *cpu,
bus_bridge_pair *bridges);
#endif