chore: fix log strings

Optimise the lines in the dlog strings.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: Id345f1f8e4035cd84b23c5136edfe3c8ae059f32
diff --git a/src/manifest.c b/src/manifest.c
index a78118b..5435408 100644
--- a/src/manifest.c
+++ b/src/manifest.c
@@ -1376,8 +1376,8 @@
 	} else if (vm->partition.other_s_interrupts_action >
 		   OTHER_S_INT_ACTION_SIGNALED) {
 		dlog_error(
-			"Illegal value specified for the field"
-			" 'other-s-interrupts-action': %u\n",
+			"Illegal value specified for the field "
+			"'other-s-interrupts-action': %u\n",
 			vm->partition.other_s_interrupts_action);
 		return MANIFEST_ERROR_ILLEGAL_OTHER_S_INT_ACTION;
 	}
@@ -1496,8 +1496,8 @@
 
 	if (vm->partition.load_addr != load_address) {
 		dlog_warning(
-			"Partition's load address at its manifest differs"
-			" from specified in partition's package.\n");
+			"Partition's load address at its manifest differs from "
+			"specified in partition's package.\n");
 		vm->partition.load_addr = load_address;
 	}