From ba968a723b4886d983fcc71e9684268afdcbd0a9 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 10 May 2020 17:40:31 +0200 Subject: [PATCH] Wrap line to 79 columns Signed-off-by: Gilles Peskine --- ChangeLog.d/fix-gcc-format-signedness-warnings.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-gcc-format-signedness-warnings.txt b/ChangeLog.d/fix-gcc-format-signedness-warnings.txt index 023d15c8e..2d22b942d 100644 --- a/ChangeLog.d/fix-gcc-format-signedness-warnings.txt +++ b/ChangeLog.d/fix-gcc-format-signedness-warnings.txt @@ -1,3 +1,4 @@ Changes * Fix warnings about signedness issues in format strings. The build is now - clean of -Wformat-signedness warnings. Contributed by Kenneth Soerensen in #3153. + clean of -Wformat-signedness warnings. Contributed by Kenneth Soerensen + in #3153.