Fix indentation, really
authorRicardo Mones <ricardo@mones.org>
Wed, 30 Oct 2019 10:04:01 +0000 (11:04 +0100)
committerRicardo Mones <ricardo@mones.org>
Wed, 30 Oct 2019 10:04:01 +0000 (11:04 +0100)
tools/gitlog2changelog.py

index cebbd0c5cbd2217d31958bbd33c3d7614aaab21e..fdbc178cc3d4557e87d539d3d50bad802b426566 100755 (executable)
@@ -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