From e82e69ad987ec94aa6c215a5bd062bc8536be5b1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 12 Dec 2017 00:13:31 +0100 Subject: [PATCH] Remove trailing space --- regen-msvc/regen-msvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regen-msvc/regen-msvc.py b/regen-msvc/regen-msvc.py index d73a3a54..726eed70 100755 --- a/regen-msvc/regen-msvc.py +++ b/regen-msvc/regen-msvc.py @@ -74,7 +74,7 @@ dirs = list(dirs) dirs.sort() for dir in dirs: dir = dir.replace("/", "\\") - uid = uuid.uuid3(uuid.UUID(bytes=b'LibSodiumMSVCUID'), dir) + uid = uuid.uuid3(uuid.UUID(bytes=b'LibSodiumMSVCUID'), dir) fd = fd + " \r\n".format(dir) fd = fd + \ " {{{}}}\r\n".format(uid)