From f08f60c81f8c5f0604ac18636f1ed9ccd16f0b47 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Wed, 30 Oct 2019 11:04:01 +0100 Subject: [PATCH] Fix indentation, really --- tools/gitlog2changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitlog2changelog.py b/tools/gitlog2changelog.py index cebbd0c5c..fdbc178cc 100755 --- 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 -- 2.25.1