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
This commit is contained in:
parent
9d5767b6b0
commit
74634d177b
|
@ -57,4 +57,3 @@ Release: ${PACKAGE_RELEASE}
|
||||||
Type: ${RELEASE_TYPE}
|
Type: ${RELEASE_TYPE}
|
||||||
INFO
|
INFO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -146,4 +146,3 @@ do_version() {
|
||||||
|
|
||||||
package_info_load
|
package_info_load
|
||||||
do_version "$@"
|
do_version "$@"
|
||||||
|
|
||||||
|
|
|
@ -706,4 +706,3 @@ if($opt{'b'}) {
|
||||||
|
|
||||||
|
|
||||||
0;
|
0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue