From ca45e700b1c57caca2ef08e665e3c7e3e02ac8d3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Oct 2011 23:32:17 +0200 Subject: target config files: Fix whitespace issues. Drop useless double-space occurences, drop trailing whitespace, and fix some other minor whitespace-related issues. Change-Id: I6b4c515492e2ee94dc25ef1fe4f51015a4bba8b5 Signed-off-by: Uwe Hermann Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/137 Tested-by: jenkins --- tcl/target/amdm37x.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl/target/amdm37x.cfg') diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg index b1bd25ce..3121e8fd 100644 --- a/tcl/target/amdm37x.cfg +++ b/tcl/target/amdm37x.cfg @@ -21,9 +21,9 @@ if { [info exists CHIPTYPE] } { if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME + set _CHIPNAME $CHIPNAME } else { - set _CHIPNAME $CHIPTYPE + set _CHIPNAME $CHIPTYPE } switch $CHIPTYPE { -- cgit v1.2.3-18-g5258