Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / target / omap5912.cfg
index 1a32792997fc8df189e977e272e714351d6b9c2f..6abbd3fae1e88fe9296d1d25b9f0541581cc5436 100644 (file)
@@ -1,15 +1,15 @@
 # TI OMAP5912 dual core processor
 # http://focus.ti.com/docs/prod/folders/print/omap5912.html
 
-if { [info exists CHIPNAME] } {        
-   set  _CHIPNAME $CHIPNAME    
-} else {        
+if { [info exists CHIPNAME] } {
+   set  _CHIPNAME $CHIPNAME
+} else {
    set  _CHIPNAME omap5912
 }
 
-if { [info exists ENDIAN] } {  
-   set  _ENDIAN $ENDIAN    
-} else {        
+if { [info exists ENDIAN] } {
+   set  _ENDIAN $ENDIAN
+} else {
   # this defaults to a bigendian
    set  _ENDIAN little
 }