From 5d094d35adda72dc9ed9973ba1106637bf9129e6 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 1 Dec 2022 15:49:03 +0000 Subject: [PATCH] Add ChangeLog entry for code style script Signed-off-by: David Horstmann --- ChangeLog.d/add_code_style_correction_script.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/add_code_style_correction_script.txt diff --git a/ChangeLog.d/add_code_style_correction_script.txt b/ChangeLog.d/add_code_style_correction_script.txt new file mode 100644 index 000000000..32ec767d8 --- /dev/null +++ b/ChangeLog.d/add_code_style_correction_script.txt @@ -0,0 +1,3 @@ +Changes + * Add a config file for Uncrustify and a script to correct the code style + using Uncrustify.