diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2019-05-12 12:38:18 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-02-24 10:31:06 +0000 |
commit | 74634d177b6c9853d6d38144c8783ff10c1b2e9b (patch) | |
tree | 8c853c40c7e6faa3b69c40cbed982c269c9d9b54 /tools | |
parent | 9d5767b6b005e426f77460c42bafce157de74a25 (diff) | |
download | riscv-openocd-74634d177b6c9853d6d38144c8783ff10c1b2e9b.zip riscv-openocd-74634d177b6c9853d6d38144c8783ff10c1b2e9b.tar.gz riscv-openocd-74634d177b6c9853d6d38144c8783ff10c1b2e9b.tar.bz2 |
coding style: tools: remove empty lines at end of text files
Empty lines at end of text files are useless.
Remove them.
Change-Id: Iea4c8425e137d6252fb2e5b62e0b124c73a01cb6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5168
Tested-by: jenkins
Diffstat (limited to 'tools')
-rw-r--r-- | tools/release/helpers.sh | 1 | ||||
-rwxr-xr-x | tools/release/version.sh | 1 | ||||
-rwxr-xr-x | tools/st7_dtc_as/st7_dtc_as.pl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/release/helpers.sh b/tools/release/helpers.sh index 47d5782..f06df34 100644 --- a/tools/release/helpers.sh +++ b/tools/release/helpers.sh @@ -57,4 +57,3 @@ Release: ${PACKAGE_RELEASE} Type: ${RELEASE_TYPE} INFO } - diff --git a/tools/release/version.sh b/tools/release/version.sh index d6c9434..a1c92f7 100755 --- a/tools/release/version.sh +++ b/tools/release/version.sh @@ -146,4 +146,3 @@ do_version() { package_info_load do_version "$@" - diff --git a/tools/st7_dtc_as/st7_dtc_as.pl b/tools/st7_dtc_as/st7_dtc_as.pl index 380c61d..d4c42d7 100755 --- a/tools/st7_dtc_as/st7_dtc_as.pl +++ b/tools/st7_dtc_as/st7_dtc_as.pl @@ -706,4 +706,3 @@ if($opt{'b'}) { 0; - |