commit f08f60c81f8c5f0604ac18636f1ed9ccd16f0b47
parent 8b1d8899ef21e100753873dbb8f6b513b03213b2
Author: Ricardo Mones <ricardo@mones.org>
Date: Wed, 30 Oct 2019 11:04:01 +0100
Fix indentation, really
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/gitlog2changelog.py b/tools/gitlog2changelog.py
@@ -67,7 +67,7 @@ for line in fin:
date = dateList[1]
date = date[0:len(date)-1]
dateFound = True
- continue
+ continue
# The svn-id lines are ignored
elif re.match(' git-svn-id:', line) >= 0:
continue