aboutsummaryrefslogtreecommitdiff
path: root/tcl/target
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:26:46 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-02-24 10:30:53 +0000
commit9d5767b6b005e426f77460c42bafce157de74a25 (patch)
tree5310a5c72efb9b1bca129f2038450f48c7bce3be /tcl/target
parente7306d361b5d503cf27dfb3dc69298ddad495f88 (diff)
coding style: add newline at end of text files
Some text file is missing newline at EOF. Add it. Change-Id: Ieebc790096f40961283c644642e56fde975e957f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5167 Tested-by: jenkins
Diffstat (limited to 'tcl/target')
-rw-r--r--tcl/target/c100config.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/c100config.tcl b/tcl/target/c100config.tcl
index 52efa83c..a72a2fa8 100644
--- a/tcl/target/c100config.tcl
+++ b/tcl/target/c100config.tcl
@@ -409,4 +409,4 @@ proc flashUBOOT {file} {
putsUART0 "done.\n"
putsUART0 "Rebooting, please wait!\n"
reboot
-} \ No newline at end of file
+}