Explorar o código

remove trailing white space

jrcoding %!s(int64=5) %!d(string=hai) anos
pai
achega
6bd707f0ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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