From 707186d1792add61010a3ddc9acd27286ea614ca Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Fri, 18 Jun 2021 17:45:34 +0100 Subject: [PATCH] Update changelog formatting Missing Free Context Trailing white space causing check_files.py to fail Signed-off-by: Joe Subbiani --- ChangeLog.d/issue4176.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/issue4176.txt b/ChangeLog.d/issue4176.txt index 8ca386f41a..e1ed5d6e19 100644 --- a/ChangeLog.d/issue4176.txt +++ b/ChangeLog.d/issue4176.txt @@ -1,3 +1,3 @@ Bugfix - * Fix an issue where resource is never freed when running one particular + * Fix an issue where resource is never freed when running one particular test suite with an alternative AES implementation. Fixes #4176