Fix indentation problem

This commit is contained in:
William Douglas
2019-01-31 09:16:12 -08:00
committed by William Douglas
parent 5f2b1fb4a2
commit 898033f0a3
+2 -2
View File
@@ -152,8 +152,8 @@ def process_NEWS(newsfile):
for news in newslines[start:stop]:
match = pat.search(news)
if match:
s = match.group(1)
cves.add(s)
s = match.group(1)
cves.add(s)
# compile commitmessage to return
commitmessage.append("")