Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / target / at91rm9200.cfg
index 0e672ff3a63f16b5364098dd8c42a727e911f688..e20db5206df6fb1bf3cf2c6c2b39ce5905af5c92 100644 (file)
@@ -3,15 +3,15 @@
 
 reset_config trst_and_srst
 
-if { [info exists CHIPNAME] } {        
-   set  _CHIPNAME $CHIPNAME    
-} else {        
+if { [info exists CHIPNAME] } {
+   set  _CHIPNAME $CHIPNAME
+} else {
    set  _CHIPNAME at91rm9200
 }
 
-if { [info exists ENDIAN] } {  
-   set  _ENDIAN $ENDIAN    
-} else {        
+if { [info exists ENDIAN] } {
+   set  _ENDIAN $ENDIAN
+} else {
    set  _ENDIAN little
 }
 
@@ -39,7 +39,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
 
 # Create the GDB Target.
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME 
+target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME
 
 # AT91RM9200 has a 16K block of sram @ 0x0020.0000
 $_TARGETNAME configure -work-area-virt 0x00200000 -work-area-phys 0x00200000 \