Changelogs: Fixed aligment issues
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/ChangeLog.d/9964.txt b/ChangeLog.d/9964.txt
index 0b28ea9..189b4c1 100644
--- a/ChangeLog.d/9964.txt
+++ b/ChangeLog.d/9964.txt
@@ -1,5 +1,5 @@
Removals
- * Sample programs for the legacy crypto API have been removed.
+ * Sample programs for the legacy crypto API have been removed.
pkey/rsa_genkey.c
pkey/pk_decrypt.c
pkey/dh_genprime.c
diff --git a/ChangeLog.d/fix-dependency-on-generated-files.txt b/ChangeLog.d/fix-dependency-on-generated-files.txt
index b3e7e4e..540cf0de 100644
--- a/ChangeLog.d/fix-dependency-on-generated-files.txt
+++ b/ChangeLog.d/fix-dependency-on-generated-files.txt
@@ -1,3 +1,3 @@
Bugfix
- * Fix potential CMake parallel build failure when building both the static
- and shared libraries.
+ * Fix potential CMake parallel build failure when building both the static
+ and shared libraries.
diff --git a/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt b/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt
index e04f45a..e7ac546 100644
--- a/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt
+++ b/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt
@@ -1,3 +1,3 @@
API changes
- * Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
- function to a const to align with the rest of the API.
+ * Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
+ function to a const to align with the rest of the API.