浏览代码

remove trailing white space

jrcoding 4 年之前
父节点
当前提交
6bd707f0ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/prepare_packaging.py

+ 1 - 1
tools/prepare_packaging.py

@@ -40,7 +40,7 @@ changelog_file = os.path.join(debian_path, "changelog")
 changelog_version = git_describe_version[1:] if git_describe_version[0] == 'v' else git_describe_version
 # replace all '-' with '~' in version
 changelog_version = changelog_version.replace('-', '~')
- 
+
 with open(changelog_file, 'r') as original: data = original.read()
 with open(changelog_file, 'w') as modified:
     new_entry = """open62541 ({version}) {distribution}; urgency=medium