target config files: Fix whitespace issues.
[fw/openocd] / tcl / target / samsung_s3c2410.cfg
index 73d3b50039182dbf1c71323febb3b9e897d45e3e..ae7a1389027839f4bd2dd38b45c35e8b653e21b9 100644 (file)
@@ -1,23 +1,23 @@
 # Found on the 'TinCanTools' Hammer board.
 
 if { [info exists CHIPNAME] } {
-   set  _CHIPNAME $CHIPNAME
+   set _CHIPNAME $CHIPNAME
 } else {
-   set  _CHIPNAME s3c2410
+   set _CHIPNAME s3c2410
 }
 
 if { [info exists ENDIAN] } {
-   set  _ENDIAN $ENDIAN
+   set _ENDIAN $ENDIAN
 } else {
   # This config file was defaulting to big endian..
-   set  _ENDIAN little
+   set _ENDIAN little
 }
 
 if { [info exists CPUTAPID] } {
-   set  _CPUTAPID $CPUTAPID
+   set _CPUTAPID $CPUTAPID
 } else {
    # Force an error until we get a good number.
-   set  _CPUTAPID 0xffffffff
+   set _CPUTAPID 0xffffffff
 }
 
 #use combined on interfaces or targets that cannot set TRST/SRST separately