tcl: remove trailing whitespace
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Apr 2020 23:07:27 +0000 (01:07 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 May 2020 13:38:40 +0000 (14:38 +0100)
commit5df5e89cf3caf02dc6f49a5d3c8aa8b1349a1dbf
tree14d9a553fd1d2d27c15f1b208569c5364e231493
parent6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce
tcl: remove trailing whitespace

The script checkpatch available in new Linux kernel offers an
experimental feature for automatically fix the code in place.
While still experimental, the feature works quite well for simple
fixes, like spacing.

This patch has been created automatically with the script under
review for inclusion in OpenOCD, using the command:
find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types TRAILING_WHITESPACE --fix-inplace -f {} \;

The patch only changes amount and position of whitespace, thus
the following commands show empty diff
git diff -w
git log -w -p
git log -w --stat

Change-Id: Ie7e3a236f4db9c70019e3b3c7e851edbd3a9dd84
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5616
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
29 files changed:
tcl/board/at91cap7a-stk-sdram.cfg
tcl/board/at91sam9g20-ek.cfg
tcl/board/hilscher_nxdb500sys.cfg
tcl/board/hilscher_nxeb500hmi.cfg
tcl/board/hilscher_nxsb100.cfg
tcl/board/imx31pdk.cfg
tcl/board/imx35pdk.cfg
tcl/board/mcb1700.cfg
tcl/board/olimex_sam9_l9260.cfg
tcl/board/phytec_lpc3250.cfg
tcl/board/rsc-w910.cfg
tcl/board/stm3210e_eval.cfg
tcl/board/uptech_2410.cfg
tcl/target/dsp56321.cfg
tcl/target/dsp568013.cfg
tcl/target/fm3.cfg
tcl/target/imx.cfg
tcl/target/ixp42x.cfg
tcl/target/lpc2103.cfg
tcl/target/lpc2124.cfg
tcl/target/lpc2129.cfg
tcl/target/lpc2148.cfg
tcl/target/lpc2294.cfg
tcl/target/lpc2378.cfg
tcl/target/lpc2460.cfg
tcl/target/lpc2478.cfg
tcl/target/lpc2xxx.cfg
tcl/target/lpc3131.cfg
tcl/target/u8500.cfg