Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / target / test_reset_syntax_error.cfg
index f2949e14e30c07132189a7001351899d98bf71f2..b8cfc62d6d5e2a2eee7a74eb78c8f93f82c7f755 100644 (file)
@@ -5,13 +5,13 @@
 
 #jtag scan chain
 set _CHIPNAME syntaxtest
-jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf 
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
 
 #target configuration
 set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
 
-$_TARGETNAME configure -event reset-init { 
+$_TARGETNAME configure -event reset-init {
 
        syntax error
 }