Browse Source

remove trailing white space

jrcoding 4 years ago
parent
commit
6bd707f0ee
1 changed files with 1 additions and 1 deletions
  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