diff mbox series

[committed] Fix formatting of ChangeLog ouput

Message ID 20200107042715.76681-1-siddhesh@sourceware.org
State New
Headers show
Series [committed] Fix formatting of ChangeLog ouput | expand

Commit Message

Siddhesh Poyarekar Jan. 7, 2020, 4:27 a.m. UTC
Add another newline when the number of files differing is too large.
This is typical for across-the-board changes such as the copyright
year update that happened recently.
---
 scripts/vcs_to_changelog/vcs_git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/vcs_to_changelog/vcs_git.py b/scripts/vcs_to_changelog/vcs_git.py
index 4e5bf3ad7d..575d6d987e 100644
--- a/scripts/vcs_to_changelog/vcs_git.py
+++ b/scripts/vcs_to_changelog/vcs_git.py
@@ -102,7 +102,7 @@  class GitRepo:
         # updates, copyright notice changes, etc.) and likely not interesting
         # enough to produce a detailed ChangeLog entry.
         if len(op) > 100:
-            print('\t* Suppressing diff as too many files differ.')
+            print('\t* Suppressing diff as too many files differ.\n')
             return
 
         # Each of these lines has a space separated format like so: