From 5f5f681b69f255f6b94e54fa73978e5f9644108c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Dec 2009 07:20:06 +0000 Subject: Whitespace removal. --- tools/cpu/nios2/memory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cpu/nios2/memory.c') 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; } - + -- cgit v1.2.3