summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/memory.c
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/memory.c
parent2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5f5f681b69f255f6b94e54fa73978e5f9644108c.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/memory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cpu/nios2/memory.c b/tools/cpu/nios2/memory.c
index 0c35953354..c697e15430 100644
--- a/tools/cpu/nios2/memory.c
+++ b/tools/cpu/nios2/memory.c
@@ -72,14 +72,14 @@ memory_desc *find_memory(device_desc *devices)
{
tmd->dev = dd;
- if(memory == NULL)
+ if(memory == NULL)
{
tmd->next = NULL;
memory = tmd;
}
else
{
- if(tmd->size > memory->size)
+ if(tmd->size > memory->size)
{
tmd->next = memory;
memory = tmd;
@@ -101,4 +101,4 @@ memory_desc *find_memory(device_desc *devices)
return memory;
}
-
+