aboutsummaryrefslogtreecommitdiff
path: root/tcl/bitsbytes.tcl
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:53:56 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-05-02 15:40:12 +0100
commit9e23c9ae3551dc14e15bdfe129fd9e03c6970f33 (patch)
tree1c292b6c1049d7c2da0885afcb71ae07b757be44 /tcl/bitsbytes.tcl
parentc60252ac2b636c4d99b766a574b9df0966151696 (diff)
downloadriscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.zip
riscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.tar.gz
riscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.tar.bz2
coding style: tcl: remove empty lines at end of text files
Empty lines at end of text files are useless. Remove them. Change-Id: I503cb0a96c7ccb132f4486c206a48831121d7abd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5171 Tested-by: jenkins
Diffstat (limited to 'tcl/bitsbytes.tcl')
-rw-r--r--tcl/bitsbytes.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/bitsbytes.tcl b/tcl/bitsbytes.tcl
index 2c4fd29..52ca83d 100644
--- a/tcl/bitsbytes.tcl
+++ b/tcl/bitsbytes.tcl
@@ -57,5 +57,3 @@ proc show_normalize_bitfield { VALUE MSB LSB } {
echo [format "((0x%08x & 0x%08x) -> 0x%08x) >> %2d => (0x%x) %5d " $VALUE $m $mr $LSB $sr $sr]
return $sr
}
-
-